Method FileLength
FileLength(String)
Returns the length of a file in the directory. this method follows the following contract:
Declaration
public abstract long FileLength(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | the name of the file for which to return the length. |
Returns
Type | Description |
---|---|
System.Int64 |