Name | <util.disk_usage> |
Returns | ElementTag(Number) |
Description | How much space on the drive is already in use, in bytes.
This counts only the drive the server folder is on, not any other drives. This is approximately equivalent to "disk_total" minus "disk_free", but is not always exactly the same, as this tag will not include space "used" by operating system settings that simply deny the server write access. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L727 |