class Volume
package digigun.sys.fs
Provides detailed information about mounted filesystem volumes.
Static methods
staticgetInfo(path:String):VolumeInfo
Retrieves metadata for the volume containing the specified path.
Parameters:
path | A path on the volume (e.g. "/" on POSIX, "C:\" on Windows). |
|---|
Returns:
VolumeInfo instance or null if an error occurred.