VolumeDirectory¶
Represents a directory on a kOS file system.
Instances of this class are enumerable, every step of iteration will provide a VolumeFile
or a VolumeDirectory
contained in this directory.
-
structure
VolumeDirectory
¶ Members¶ Suffix Type Description All suffixes of VolumeItem
VolumeDirectory
objects are a type ofVolumeItem
LIST
List
ofVolumeFile
orVolumeDirectory
Lists all files and directories
-
VolumeDirectory:
LIST
()¶ Returns: List
ofVolumeFile
orVolumeDirectory
Returns a list of all files and directories in this directory.