ChecksumFileEntryGetFileSize Method |
Returns the length of the file.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static long GetFileSize(
string fileName
)
Public Shared Function GetFileSize (
fileName As String
) As Long
public:
static long long GetFileSize(
String^ fileName
)
static member GetFileSize :
fileName : string -> int64
Parameters
- fileName
- Type: SystemString
Return Value
Type:
Int64See Also