C# Class ProxyManager.Utils

Afficher le fichier Open project: c-jiang/ProxyManager

Méthodes publiques

Méthode Description
GetDateTime ( ) : string
GetFileSize ( string path ) : long
MoveFile ( string oldPath, string newPath ) : bool
RemoveFile ( string path ) : bool

Method Details

GetDateTime() public static méthode

public static GetDateTime ( ) : string
Résultat string

GetFileSize() public static méthode

public static GetFileSize ( string path ) : long
path string
Résultat long

MoveFile() public static méthode

public static MoveFile ( string oldPath, string newPath ) : bool
oldPath string
newPath string
Résultat bool

RemoveFile() public static méthode

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