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.2
Syntax
public static long GetFileSize(
	string path
)

Parameters

path  String
The path.

Return Value

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