C# Class SnakeBite.Tools

Mostrar archivo Open project: topher-au/SnakeBite Class Usage Examples

Public Methods

Method Description
ReadMetaData ( string ModFile ) : SnakeBite.ModEntry
ToQarPath ( string Path ) : string
ToWinPath ( string Path ) : string

Private Methods

Method Description
CompareHashes ( string File1, string File2 ) : bool
CompareNames ( string File1, string File2 ) : bool
GetMd5Hash ( string FileName ) : string
IsValidFile ( string FilePath ) : bool
NameToHash ( string FileName ) : ulong

Method Details

ReadMetaData() public static method

public static ReadMetaData ( string ModFile ) : SnakeBite.ModEntry
ModFile string
return SnakeBite.ModEntry

ToQarPath() public static method

public static ToQarPath ( string Path ) : string
Path string
return string

ToWinPath() public static method

public static ToWinPath ( string Path ) : string
Path string
return string