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 DocAttributes
Attributes of the file.
Declaration
public readonly FileAttributes Attributes
Field Value
Type | Description |
---|---|
FileAttributes |
CreationTimeUtc
File creation time in UTC
Declaration
public readonly DateTime CreationTimeUtc
Field Value
Type | Description |
---|---|
System.DateTime |
LastAccessTimeUtc
File last access time in UTC
Declaration
public readonly DateTime LastAccessTimeUtc
Field Value
Type | Description |
---|---|
System.DateTime |
LastWriteTimeUtc
File last write time in UTC
Declaration
public readonly DateTime LastWriteTimeUtc
Field Value
Type | Description |
---|---|
System.DateTime |
Name
Name of the file
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
System.String |
Path
Full path to the file.
Declaration
public readonly string Path
Field Value
Type | Description |
---|---|
System.String |
Size
Size of the file in bytes
Declaration
public readonly long Size
Field Value
Type | Description |
---|---|
System.Int64 |
Properties
| Improve this DocCreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastAccesTime
Gets the last access time in local time.
Declaration
public DateTime LastAccesTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastWriteTime
Gets the last access time in local time.
Declaration
public DateTime LastWriteTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
| Improve this DocToString()
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()