Creates a directory object.
Creates a directory.
Deletes a directory.
dir->each is a member in the dir Object group; call it on the receiver shown before the arrow.
dir->eachDir is a member in the dir Object group; call it on the receiver shown before the arrow.
Iterates directory paths only.
dir->eachDirPathRecursive is a member in the dir Object group; call it on the receiver shown before the arrow.
dir->eachFile is a member in the dir Object group; call it on the receiver shown before the arrow.
Iterates file paths.
dir->eachFilePathRecursive is a member in the dir Object group; call it on the receiver shown before the arrow.
Iterates directory paths.
dir->eachPathRecursive is a member in the dir Object group; call it on the receiver shown before the arrow.
Tests whether a directory exists.
Moves a directory.
Returns parent directory.
Returns directory path.