Méthode | Description | |
---|---|---|
GetFileLength ( string filepath ) : long | ||
OpenRead ( string sourceFileName ) : Stream | ||
SetFileLength ( string filepath, long length ) : bool |
public static GetFileLength ( string filepath ) : long | ||
filepath | string | |
Résultat | long |
public static OpenRead ( string sourceFileName ) : Stream | ||
sourceFileName | string | |
Résultat | Stream |
public static SetFileLength ( string filepath, long length ) : bool | ||
filepath | string | |
length | long | |
Résultat | bool |