PathCollectionGetFileSize Method |
Gets the file size in byte.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 String
- The path.
Return Value
Int64The file size for the given path in byte.
See Also