Definition at line 5 of file Directory.php.
◆ delete()
League\Flysystem\Directory::delete |
( |
| ) |
|
Delete the directory.
- Returns
- bool
Definition at line 12 of file Directory.php.
14 return $this->filesystem->deleteDir($this->path);
◆ getContents()
League\Flysystem\Directory::getContents |
( |
|
$recursive = false | ) |
|
List the directory contents.
- Parameters
-
- Returns
- array|bool directory contents or false
Definition at line 24 of file Directory.php.
26 return $this->filesystem->listContents($this->path, $recursive);
The documentation for this class was generated from the following file: