mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 06:44:09 -05:00
Some storages need to use different calls for deleting files or folders, usually unlink() and rmdir(). Fixes #4532 (SMB dir deletion) Fixes #5941 (FTP dir deletion) Note that the extra is_dir() should be fast because it's read from the stat cache. |
||
|---|---|---|
| .. | ||
| amazons3.php | ||
| config.php | ||
| dropbox.php | ||
| ftp.php | ||
| google.php | ||
| irods.php | ||
| sftp.php | ||
| smb.php | ||
| streamwrapper.php | ||
| swift.php | ||
| webdav.php | ||