Show / Hide Table of Contents

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 Source

Category

Declaration
public string Category { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Index2Hash

Index2 hash

Declaration
public uint Index2Hash { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

IndexHash

Index hash

Declaration
public ulong IndexHash { get; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

Path

The raw path provided when parsing the initial path

Declaration
public string Path { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX