C# 클래스 ProxyManager.Utils

파일 보기 프로젝트 열기: c-jiang/ProxyManager

공개 메소드들

메소드 설명
GetDateTime ( ) : string
GetFileSize ( string path ) : long
MoveFile ( string oldPath, string newPath ) : bool
RemoveFile ( string path ) : bool

메소드 상세

GetDateTime() 공개 정적인 메소드

public static GetDateTime ( ) : string
리턴 string

GetFileSize() 공개 정적인 메소드

public static GetFileSize ( string path ) : long
path string
리턴 long

MoveFile() 공개 정적인 메소드

public static MoveFile ( string oldPath, string newPath ) : bool
oldPath string
newPath string
리턴 bool

RemoveFile() 공개 정적인 메소드

public static RemoveFile ( string path ) : bool
path string
리턴 bool