Z-IO v0.6.0.0 Release Notes

Release Date: 2020-02-04 // about 4 years ago
    • 0๏ธโƒฃ FileSystem: replace DEFAULT_MODE with DEFAULT_FILE_MODE & DEFAULT_DIR_MODE.
    • ๐Ÿ‘ป Ignore exception while mkdirp on an exist directory.
    • ๐Ÿ‘‰ Make rmrf more like rm -rf, which can be used on files.
    • โž• Add doesPathExist/doesFileExist/doesDirExist to file system module.
    • โž• Add Z.IO.FileSystem re-export Z.IO.FileSystem.Watch and Z.IO.FileSystem.FilePath.
    • โž• Add mkstemp, initTempFile/initTempDir to file system module.