kolyvan / kxsmb

KxSMB is objective-c wrapper for libsmbclient (samba.org) lib.
BSD 2-Clause "Simplified" License
287 stars 97 forks source link

Can't delete folders #13

Open gringoireDM opened 10 years ago

gringoireDM commented 10 years ago

It is impossible to delete folders (empty or not)

The example implementation is not working with folders, and even when i try to call the KxSMBProvider's method removeFolder, it simply does not works. Contained non folder items will be deleted, but folders will still exist.

gringoireDM commented 10 years ago

the issue happens because the listing of the items of a folder does not consider hidden files. (usually an hidden file is created when you access a folder via finder on mac). Can't commit the fix, because i wrote my own client using KxSMB as a HowTo (thanks).