Method | Description | |
---|---|---|
GetFileLength ( string filepath ) : long | ||
OpenRead ( string sourceFileName ) : Stream | ||
SetFileLength ( string filepath, long length ) : bool |
public static GetFileLength ( string filepath ) : long | ||
filepath | string | |
return | long |
public static OpenRead ( string sourceFileName ) : Stream | ||
sourceFileName | string | |
return | Stream |
public static SetFileLength ( string filepath, long length ) : bool | ||
filepath | string | |
length | long | |
return | bool |