Click or drag to resize

PathCollectionGetFileSize Method

Gets the file size in byte.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static long GetFileSize(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: Int64
The file size for the given path in byte.
See Also