| SbFileHelperGetFileSize Method  | 
Returns the size of the specified file in bytes. 
 
Namespace: OIV.Inventor.HelpersAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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: 
UInt64
Remarks
See Also