Class FileSystemEntryInfo.

FileSystemEntryInfo

interface FileSystemEntryInfo {
    Name?: string;
    Path?: string;
    Type?: FileSystemEntryType;
}

Properties

Properties

Name?: string

Gets the name.

FileSystemEntryInfo

Path?: string

Gets the path.

FileSystemEntryInfo

FileSystemEntryInfo