IFileSystem.GetFileSize method
Gets the size of the file at the specified path.
public long GetFileSize(string path)
| parameter | description |
|---|---|
| path | The path of the file. |
Return Value
The size of the file in bytes.
See Also
- interface IFileSystem
Gets the size of the file at the specified path.
public long GetFileSize(string path)
| parameter | description |
|---|---|
| path | The path of the file. |
The size of the file in bytes.