Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
string | ToSpecifiedFullPath () |
FileSystemInfo | ToFileSystemInfo () |
string | ToFullPath () |
Static Package Functions | |
static unsafe void | Initialize (ref FileSystemEntry entry, Interop.NtDll.FILE_FULL_DIR_INFORMATION *info, ReadOnlySpan< char > directory, ReadOnlySpan< char > rootDirectory, ReadOnlySpan< char > originalRootDirectory) |
Package Attributes | |
unsafe Interop.NtDll.FILE_FULL_DIR_INFORMATION * | _info |
Properties | |
ReadOnlySpan< char > | Directory [get, private set] |
ReadOnlySpan< char > | RootDirectory [get, private set] |
ReadOnlySpan< char > | OriginalRootDirectory [get, private set] |
unsafe ReadOnlySpan< char > | FileName [get] |
unsafe FileAttributes | Attributes [get] |
unsafe long | Length [get] |
unsafe DateTimeOffset | CreationTimeUtc [get] |
unsafe DateTimeOffset | LastAccessTimeUtc [get] |
unsafe DateTimeOffset | LastWriteTimeUtc [get] |
bool | IsDirectory [get] |
bool | IsHidden [get] |
Definition at line 3 of file FileSystemEntry.cs.