Directory {Microsoft.VisualBasic.FileIO} | .NET clr documentation |
A wrapper object for the processing of relative file path.
a local filesystem implementation for IFileSystemEnvironment
# namespace Microsoft.VisualBasic.FileIO
export class Directory {
# 当前的这个文件夹对象的文件路径
folder: string;
readonly: boolean;
strict: boolean;
}