FileSystem
in package
Set of functions to work with Filesystem
Table of Contents
Methods
- copyDir() : mixed
- deleteDir() : bool
- doEmptyDir() : mixed
Methods
copyDir()
public
static copyDir(mixed $src, mixed $dst) : mixed
Parameters
- $src : mixed
- $dst : mixed
deleteDir()
public
static deleteDir(mixed $dir) : bool
Parameters
- $dir : mixed
Return values
booldoEmptyDir()
public
static doEmptyDir(mixed $path) : mixed
Parameters
- $path : mixed