StreamObject {Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem} .NET clr documentation

StreamObject

Description

the abstract type of the file or directory object

Declare

            
# namespace Microsoft.VisualBasic.DataStorage.HDSPack.FileSystem
export class StreamObject {
   attributes: LazyAttribute;
   # comments about this file object
   description: string;
   # get the file basename, not full path
   fileName: string;
   referencePath: FilePath;
}

        

.NET clr type reference tree

  1. use by property member attributes: LazyAttribute
  2. use by property member referencePath: FilePath

[Package {$package} version {$version} Index]