Send comments on this topic
SolFSStorage.GetVersion method
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Returns free (available) space in the storage.
Declaration
[Pascal]
function DiskFree : Int64;
[DLL]
See StorageGetSizes function
[C++ (DLL/Lib)]
unsigned long long DiskFree();
[C++ (VCL)]
unsigned long long __fastcall DiskFree();
[C++ (.NET)]
unsigned long long DiskFree();
[C#]
ulong DiskFree();
[VB.NET]
Function DiskFree() as UInt64
Return value
Free space in bytes.
Description
Use DiskFree to determine free (available) space in SolFS storage.
