This function checks the disk space of the partition as given by the local path a. The optional mode parameter b and the optional unit parameter c can modify the output.
Parameters
Parameter | Description |
|---|---|
a | (optional) Path name, absolute or relative to the Integration Server installation folder. Default: "./", i.e. the installation directory of the Lobster Integration Server. |
b | (optional) The mode. Allowed values: "total", "used", "free", "all", "header". Default: "all". Note: Mode "all" shows three values (in bytes), separated by commas: "<total memory>,<used memory>,<free memory>". |
c | (optional) The unit. Allowed values: "byte", "kbyte", "Mbyte", "%". Default: "byte". Note: Parameter c is evaluated only within the mode "total", "used" or "free". |
Example
Parameter a | Parameter b | Parameter c | Result | Description |
|---|---|---|---|---|
./temp/myfile.txt | f | % | 64% | Free disk space under the relative path in percent of total space. |
D:/ | total | M | 75295 M | Total space on drive D:/ in Mbytes. |