/var/www/vhosts/ihelp.ro/httpdocs/vendor/league/flysystem/src/Plugin
NameSizeModeActions
AbstractPlugin.php4840644editdlrm
EmptyDir.php6840644editdlrm
ForcedCopy.php10410644editdlrm
ForcedRename.php10580644editdlrm
GetWithMetadata.php11910644editdlrm
ListFiles.php7020644editdlrm
ListPaths.php6720644editdlrm
ListWith.php14550644editdlrm
PluggableTrait.php22640644editdlrm
PluginNotFoundException.php1830644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/league/flysystem/src/Plugin/EmptyDir.php (684B)
filesystem->listContents($dirname, false); foreach ($listing as $item) { if ($item['type'] === 'dir') { $this->filesystem->deleteDir($item['path']); } else { $this->filesystem->delete($item['path']); } } } }