Optional
storage: stringChange the permissions.
Can throw:
The file path
The desired mode
Overwrites a file if the file already exist in the folder, otherwise, adds the file.
Reads a symlink. Return 0 for success or an error code and the pointed path
Rename file.
Can throw:
The src path
The dest path
Removes the directory
If file reading in chunks is supported on the current platform.
Optional
_path: stringCreates a symlink. Return 0 for success or an error code
Deletes a file or a symlink.
Can throw:
This represents a FileSystem Structure that can create and open directories/files and persist them in one. This class is using PersistentFileSystemRoot, PersistentFileSystemDirectory and PersistentFileSystemFile Recipes & FileSystemDirectory and FileSystemFile types from IFileSystem interface in order to accomplish this FileSystem structure.