ID:159638
 
Hi,

It says that using the fdel() function with a / on the end should delete everything in the directory, but it doesn't.

I used fdel("folder/") and nothing happened, what am I doing wrong? I've looked around but I can't find anyone who's actually using fdel like this, even though it says in the help for fdel that it can do this.
It should be fdel("/folder/"), IIRC.
In response to Andre-g1
Thanks, hm strange, the actual problem was that I deleted my mob before the directory. When I used "/folder/" it asked me for confirmation but when I used "folder/" it just did it.