C# Class SnakeBite.Tools

Afficher le fichier Open project: topher-au/SnakeBite Class Usage Examples

Méthodes publiques

Méthode Description
ReadMetaData ( string ModFile ) : SnakeBite.ModEntry
ToQarPath ( string Path ) : string
ToWinPath ( string Path ) : string

Private Methods

Méthode 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 méthode

public static ReadMetaData ( string ModFile ) : SnakeBite.ModEntry
ModFile string
Résultat SnakeBite.ModEntry

ToQarPath() public static méthode

public static ToQarPath ( string Path ) : string
Path string
Résultat string

ToWinPath() public static méthode

public static ToWinPath ( string Path ) : string
Path string
Résultat string