Class UoFiles
Represents UoFiles.
public class UoFiles
- Inheritance
-
UoFiles
- Inherited Members
Properties
CacheData
Should loaded Data be cached
public static bool CacheData { get; set; }
Property Value
MulPath
Contains the path infos
public static Dictionary<string, string> MulPath { get; }
Property Value
RootDir
public static string RootDir { get; set; }
Property Value
UseHashFile
Should a Hashfile be used to speed up loading
public static bool UseHashFile { get; set; }
Property Value
Methods
FindDataFile(string, bool)
public static string? FindDataFile(string fileName, bool throwError = true)
Parameters
Returns
GetFilePath(string)
public static string GetFilePath(string fileName)
Parameters
fileNamestring
Returns
ReLoadDirectory()
public static void ReLoadDirectory()
ScanForFiles(string)
public static void ScanForFiles(string path = "")
Parameters
pathstring
SetMulPath(string, string)
Sets MulPath key to path
public static void SetMulPath(string path, string key)