C# Class CClash.FileUtils

Afficher le fichier Open project: artillery/cclash

Méthodes publiques

Méthode Description
CopyUnlocked ( string from, string to ) : void
Exists ( string path ) : bool
FileMissing ( string path ) : bool
GetShortPath ( string path ) : string
ToLongPathName ( string path ) : string
WriteTextFile ( string path, string content ) : void

Private Methods

Méthode Description
GetLongPathName ( [ path, [ longPath, int longPathLength ) : int
GetShortPathName ( [ path, [ shortPath, int shortPathLength ) : int
PathFileExists ( StringBuilder path ) : bool

Method Details

CopyUnlocked() public static méthode

public static CopyUnlocked ( string from, string to ) : void
from string
to string
Résultat void

Exists() public static méthode

public static Exists ( string path ) : bool
path string
Résultat bool

FileMissing() public static méthode

public static FileMissing ( string path ) : bool
path string
Résultat bool

GetShortPath() public static méthode

public static GetShortPath ( string path ) : string
path string
Résultat string

ToLongPathName() public static méthode

public static ToLongPathName ( string path ) : string
path string
Résultat string

WriteTextFile() public static méthode

public static WriteTextFile ( string path, string content ) : void
path string
content string
Résultat void