StaticcombineCombines two paths.
The first path.
The second path.
The combined path.
StaticcopyCopies a file from the specified source path to the specified destination path.
The source file path.
The destination file path.
StaticcreateCreates an empty file at the specified path.
The file path.
StaticdeleteDeletes the file at the specified path if it exists.
The file path.
StaticdirectoryStaticexistsWhether a file or directory exists at the specified path.
The path.
True if the file or directory exists, false otherwise.
StaticextensionStaticfilenameExtracts the file name from the specified file path.
The file path.
Whether to include the extension in the file name.
The file name.
StaticisWhether a directory exists at the specified path.
The path.
True if a directory exists, false otherwise.
StaticlistLists the contents of a directory.
The directory path.
Whether to include the directory path in the returned list of file names/paths.
The list of file and subdirectory names/paths.
StaticlistStaticopenPrompts the user to open a file.
The (optional) file type description.
The (optional) array of supported mimetypes.
The (optional) array of supported file extensions.
The loaded data.
StaticreadStaticrenameMoves the file at the the specified source path to the specified destination path.
The source file path.
The destination file path.
StaticsavePrompts the user to save the specified binary data a file.
The binary data.
The (optional) default filename.
The (optional) array of file extensions.
Staticwrite
Virtual file. Represents a file in the virtual filesystem and provides various filesystem related convenience functions.