Structure
DirectoryEntry
public struct DirectoryEntry: Equatable
OLE2 Directory Entry pointing to a stream or a storage.
Relationships
Conforms To
Equatable
Properties
name
public let name: String
type
public let type: StorageType
firstStreamSector
public let firstStreamSector: UInt32
streamSize
public let streamSize: UInt64
children
public let children: [DirectoryEntry]