Changes the permissions on one or more files in a specified directory.
The root path of the files.
The file mode descriptors.
Compresses the specified files into a zip file.
The root directory of the files.
The files to be compressed.
The compressed files.
Copies the specified file in its directory.
The path of the file to copy.
Creates a folder in a specified root folder.
The root path to create the directory in.
The name of the directory.
Decompresses the specified file in its directory.
The root directory of the file.
The file to decompress.
Deletes one or more files in the specified directory.
The root directory of the files.
The files to delete.
Fetches and saves a file to a specified path on the system.
The file path.
The file path to save the file to.
Fetches the contents of a specified file. The content is always returned as a string by default, regardless of file type.
The file path.
The file contents.
Fetches the download URL for a specified file.
The file path.
The download URL.
Fetches the upload URL for a specified directory (defaults to root).
The upload URL.
Renames one or more files in a specified directory.
The root path of the files.
The file rename descriptors.
Writes the content to a specified file.
The file path.
The content to write.
Generated using TypeDoc
Transforms the raw file object(s) into typed objects.