Show / Hide Table of Contents
Improve this Doc

Class FileData

Contains information about a file returned by the

FastDirectoryEnumerator class.

Inheritance
System.Object
FileData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:uFrame.Editor.Core
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class FileData

Fields

| Improve this Doc

Attributes

Attributes of the file.

Declaration
public readonly FileAttributes Attributes
Field Value
Type Description
FileAttributes
| Improve this Doc

CreationTimeUtc

File creation time in UTC

Declaration
public readonly DateTime CreationTimeUtc
Field Value
Type Description
System.DateTime
| Improve this Doc

LastAccessTimeUtc

File last access time in UTC

Declaration
public readonly DateTime LastAccessTimeUtc
Field Value
Type Description
System.DateTime
| Improve this Doc

LastWriteTimeUtc

File last write time in UTC

Declaration
public readonly DateTime LastWriteTimeUtc
Field Value
Type Description
System.DateTime
| Improve this Doc

Name

Name of the file

Declaration
public readonly string Name
Field Value
Type Description
System.String
| Improve this Doc

Path

Full path to the file.

Declaration
public readonly string Path
Field Value
Type Description
System.String
| Improve this Doc

Size

Size of the file in bytes

Declaration
public readonly long Size
Field Value
Type Description
System.Int64

Properties

| Improve this Doc

CreationTime

Declaration
public DateTime CreationTime { get; }
Property Value
Type Description
System.DateTime
| Improve this Doc

LastAccesTime

Gets the last access time in local time.

Declaration
public DateTime LastAccesTime { get; }
Property Value
Type Description
System.DateTime
| Improve this Doc

LastWriteTime

Gets the last access time in local time.

Declaration
public DateTime LastWriteTime { get; }
Property Value
Type Description
System.DateTime

Methods

| Improve this Doc

ToString()

Returns a String that represents the current Object.

Declaration
public override string ToString()
Returns
Type Description
System.String

A String that represents the current Object.

Overrides
System.Object.ToString()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX