IFileSystemEnvironment {Microsoft.VisualBasic.ApplicationServices} | .NET clr documentation |
an abstract interface for union filesystem: 1. local filesystem: Directory 2. zip archive: ZipStream 3. HDS streampack filesystem
# namespace Microsoft.VisualBasic.ApplicationServices
export class IFileSystemEnvironment {
# the file system environment is readonly?
readonly: boolean;
}