PathCollectionGetFileSize Method |
Gets the file size in byte.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public static long GetFileSize(
string path
)
Public Shared Function GetFileSize (
path As String
) As Long
public:
static long long GetFileSize(
String^ path
)
static member GetFileSize :
path : string -> int64
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
Int64The file size for the given path in byte.
See Also