Skip to content

Latest commit

 

History

History
 
 

file-system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Module: "file-system"

// To import the "file-system" module:
var file_system = require("file-system");

How to "file-system"

Class Description
FileSystemEntity Represents a single entity on the file system.
File Represents a File entity on the file system.
Folder Represents a Folder (directory) entity on the file system.
Namespace Description
knownFolders Provides access to the top-level Folders instances that are accessible from the application. Use these as entry points to access the FileSystem.
path Enables path-specific operations like join, extension, etc.