C# Class ProxyManager.Utils

ファイルを表示 Open project: c-jiang/ProxyManager

Public Methods

Method Description
GetDateTime ( ) : string
GetFileSize ( string path ) : long
MoveFile ( string oldPath, string newPath ) : bool
RemoveFile ( string path ) : bool

Method Details

GetDateTime() public static method

public static GetDateTime ( ) : string
return string

GetFileSize() public static method

public static GetFileSize ( string path ) : long
path string
return long

MoveFile() public static method

public static MoveFile ( string oldPath, string newPath ) : bool
oldPath string
newPath string
return bool

RemoveFile() public static method

public static RemoveFile ( string path ) : bool
path string
return bool