/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/ForcedCopy.php (1041B)
filesystem->delete($newpath); } catch (FileNotFoundException $e) { // The destination path does not exist. That's ok. $deleted = true; } if ($deleted) { return $this->filesystem->copy($path, $newpath); } return false; } }