Optional
storage: stringChange the permissions.
Can throw:
The file path
The desired mode
Checks if a file exists or not.
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
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.