InfoDiskFree
Returns free disk space on the local computer.
| Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
|---|---|---|---|---|---|---|
| InfoDiskFree | System Info | Synchronous | Supported | Not supported | Supported | Not supported |
Syntax
- strDisk
- The name of the disk volume to be checked.
Returned value
Returns disposable free space in the disk in bytes.
Examples
| Tag Name | Expression |
|---|---|
| Tag | InfoDiskFree( “C” ) // Returned value = 2803804605.000000 |