Name | <util.disk_free> |
Returns | ElementTag(Number) |
Description | How much remaining disk space is available to this server, in bytes.
This counts only the drive the server folder is on, not any other drives. This may be limited below the actual drive capacity by operating system settings. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L702 |