nextcloud/tests/lib/files/storage
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders
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.
2013-11-29 13:01:01 +01:00
..
wrapper Fixed quota stream to not wrap read-only fopen calls 2013-10-25 12:33:16 +02:00
commontest.php reuse \OC_Helper::tmpFolder() 2013-02-04 14:11:51 +01:00
home.php Now using HomeStorage for legacy home storage ids 2013-11-12 18:01:02 +01:00
local.php merge master into filesystem 2013-01-16 19:04:50 +01:00
mappedlocal.php make MappedLocal available and testable within Linux as well 2013-02-09 19:03:03 +01:00
mappedlocalwithdotteddatadir.php folder should be created :-( 2013-02-15 17:40:07 +01:00
storage.php Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +01:00