Skip to content

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