Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 814 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 814 Bytes

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.