Метод |
Описание |
|
clean ( string $dir ) : boolean |
Flushes a directory |
|
inspect ( string $dir ) : mixed |
Reads a directory and returns a full set of info about it |
|
make ( string $dir ) : boolean |
Creates a new directory |
|
modified ( string $dir, integer $modified ) : integer |
Recursively check when the dir and all
subfolders have been modified for the last time. |
|
move ( string $old, string $new ) : boolean |
Moves a directory to a new location |
|
read ( string $dir ) : mixed |
Reads all files from a directory and returns them as an array. |
|
remove ( string $dir, boolean $keep = false ) : boolean |
Deletes a directory |
|
size ( $path, boolean $recursive = true, boolean $nice = false ) : mixed |
Gets the size of the directory and all subfolders and files |
|