appendFile package:file-io

The computation appendFile file str function appends the lazy ByteString str, to the file file.
Like appendFile, but takes a PlatformPath instead of an OsPath.
The computation appendFile file str function appends the strict ByteString str, to the file file.
Like appendFile', but takes a PlatformPath instead of an OsPath.