$path
$path : string
The directory path
File directory class
__construct(string $dir, array $options = array()) : \Pop\File\Dir
Constructor
Instantiate a directory object
| string | $dir | |
| array | $options |
setAbsolute(boolean $absolute) : \Pop\File\Dir
Set absolute
| boolean | $absolute |
setRelative(boolean $relative) : \Pop\File\Dir
Set relative
| boolean | $relative |
setRecursive(boolean $recursive) : \Pop\File\Dir
Set recursive
| boolean | $recursive |
setFilesOnly(boolean $filesOnly) : \Pop\File\Dir
Set files only
| boolean | $filesOnly |