Interface FileSystemObject

interface FileSystemObject {
    root: Directory;
}

Properties

Properties

root: Directory

Generated using TypeDoc