Class ParsedFilePath
Inheritance
System.Object
ParsedFilePath
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lumina
Assembly: Lumina.dll
Syntax
public class ParsedFilePath
Properties
| Improve this Doc View SourceCategory
Declaration
public string Category { get; }
Property Value
Type | Description |
---|---|
System.String |
FileHash
The portion of an IndexHash that represents the filename in the path only
Declaration
public uint FileHash { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FolderHash
The portion of an IndexHash that represents the folders in the path only
Declaration
public uint FolderHash { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Index2Hash
Index2 hash
Declaration
public uint Index2Hash { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
IndexHash
Index hash
Declaration
public ulong IndexHash { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Path
The raw path provided when parsing the initial path
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
Repository
The repository (or expansion) that a file belongs to.
e.g. ffxiv, ex1, ex2, ...
Declaration
public string Repository { get; }
Property Value
Type | Description |
---|---|
System.String |