StreamGroup {Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem} | .NET clr documentation |
a data folder
# namespace Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem
export class StreamGroup extends StreamObject {
attributes: LazyAttribute;
description: string;
dirs: StreamGroup[];
fileName: string;
# get all file + dirs list in current dir root
files: StreamObject[];
referencePath: FilePath;
# get total data size in current folder
totalSize: integer;
}
attributes
: LazyAttributedirs
: StreamGroupfiles
: StreamObjectreferencePath
: FilePath