Метод | Описание | |
---|---|---|
GetDateTime ( ) : string | ||
GetFileSize ( string path ) : long | ||
MoveFile ( string oldPath, string newPath ) : bool | ||
RemoveFile ( string path ) : bool |
public static GetFileSize ( string path ) : long | ||
path | string | |
Результат | long |
public static MoveFile ( string oldPath, string newPath ) : bool | ||
oldPath | string | |
newPath | string | |
Результат | bool |
public static RemoveFile ( string path ) : bool | ||
path | string | |
Результат | bool |