Asynchronously copies a file or directory.
Synchronously copies a file or directory.
Asynchronously deletes the specified file or directory.
Synchronously deletes the specified file or directory
Asynchronously checks if a directory exists.
Synchronously checks if a directory exists.
Gets the current directory of the environment.
Uses pattern matching to find files or directories.
Synchronously uses pattern matching to find files or directories.
Gets if this file system is case sensitive.
Asynchronously creates a directory at the specified path.
Synchronously creates a directory at the specified path.
Asynchronously moves a file or directory.
Synchronously moves a file or directory.
Asynchronously reads a file at the specified path.
Optionalencoding: stringSynchronously reads a file at the specified path.
Optionalencoding: stringAsynchronously writes a file to the file system.
Synchronously writes a file to the file system.
Represents a file system that can be interacted with.