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 of VolumeItem
LIST List of VolumeFile or VolumeDirectory Lists all files and directories
VolumeDirectory:LIST()
Returns:List of VolumeFile or VolumeDirectory

Returns a list of all files and directories in this directory.