Class: dir
This class makes it easy to create/edit/delete
directories on the filesystem
Methods
-
dir::clean
Flushes a directory
-
dir::inspect
Reads a directory and returns a full set of info about it
-
dir::make
Creates a new directory
-
dir::modified
Recursively check when the dir and all
subfolders have been modified for the last time. -
dir::move
Moves a directory to a new location
-
dir::read
Reads all files from a directory and returns them as an array.
-
dir::remove
Deletes a directory
-
dir::size
Gets the size of the directory and all subfolders and files