Skip to content

FileName Class

Jared Atkinson edited this page Nov 5, 2015 · 6 revisions

Syntax

public class FileName : Attr
{
    // Properties
    public readonly string Filename;
    public readonly ushort ParentSequenceNumber;
    public readonly ulong ParentRecordNumber;
    public readonly int Namespace;
    public readonly ulong AllocatedSize;
    public readonly ulong RealSize;
    public readonly uint Flags;
    public readonly uint ER;
    public readonly DateTime ModifiedTime;
    public readonly DateTime AccessedTime;
    public readonly DateTime ChangedTime;
    public readonly DateTime BornTime;
}

Properties

Filename - 
ParentSequenceNumber - 
ParentRecordNumber - 
Namespace - 
AllocatedSize - 
RealSize - 
Flags - 
ER - 
ModifiedTime - 
AccessedTime - 
ChangedTime - 
BornTime - 

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally