Struct ToolsAssetInfo.File.SearchPath ​
Namespace: ValveResourceFormat.ToolsAssetInfo
Assembly: ValveResourceFormat.dll
Represents a search path.
csharp
public readonly struct ToolsAssetInfo.File.SearchPathProperties ​
FileCRC ​
Gets the CRC32 of the file, or zero when it was not computed.
csharp
public uint FileCRC { get; init; }Property Value ​
FileSize ​
Gets the size of the file in bytes.
csharp
public long FileSize { get; init; }Property Value ​
Filename ​
Gets the filename.
csharp
public string Filename { get; init; }Property Value ​
ModificationTime ​
Gets the last modification time of the file, as an ISO 8601 string.
csharp
public string ModificationTime { get; }Property Value ​
ModificationTimeFileTime ​
Gets the last modification time of the file as a FILETIME. It has a resolution of 25.6 microseconds because the low 8 bits are not stored.
csharp
[KVIgnore]
public long ModificationTimeFileTime { get; init; }
