Web3S_Demo > Web 3S Platform Utils Function Library > GetDiskSpace

GetDiskSpace

Get the disk space of the specific disk from path.

Inputs

In
Exec

In Path
String

The path of the disk.

Outputs

Out
Exec

Error Message
String

Error message if getting disk space failed, otherwise will be empty.

Total Disk Space
Integer64

Total disk space.

Free Disk Space
Integer64

Free disk space.

Success
Boolean

True if getting disk space was successful.