UtilFileGetSize Method
Gets the size of a file, in bytes.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static long GetSize(
string filepath
)
Public Shared Function GetSize (
filepath As String
) As Long
Dim filepath As String
Dim returnValue As Long
returnValue = UtilFile.GetSize(filepath)
public:
static long long GetSize(
String^ filepath
)
static member GetSize :
filepath : string -> int64
No code example is currently available or this language may not be supported.
- filepath String
-
The filepath.
Int64
The file size, in bytes.
This is a code example.
No code example is currently available or this language may not be supported.
Dim filesize As Long = GetSize("C:\File.ext")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.