SbFileHelperGetFileSize Method |
Returns the size of the specified file in bytes.
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static ulong GetFileSize(
string filename
)
Public Shared Function GetFileSize (
filename As String
) As ULong
public:
static unsigned long long GetFileSize(
String^ filename
)
static member GetFileSize :
filename : string -> uint64
Parameters
- filename
- Type: SystemString
Return Value
Type:
UInt64Remarks See Also