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