FileGetSize Method (String) |
[AlphaFS] Retrieves the file size, in bytes to store a specified file.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static long GetSize(
string path
)
Public Shared Function GetSize (
path As String
) As Long
public:
static long long GetSize(
String^ path
)
static member GetSize :
path : string -> int64
Parameters
- path
- Type: SystemString
The path to the file.
Return Value
Type:
Int64The file size, in bytes.
See Also