QUOTE(eweaverp @ Mar 15 2004, 12:08 PM)
the thing to do would be only delete the folder if it is empty
i have no clue about multiple playlists. does my original plugin even work for multiple playlists? i guess it does
yeah the documentation is non-existent but the functions are named pretty well... my biggest problem was getting the environment right so i could compile. most other things were done in a fairly obvious way. if you look at the class list or whatever, and then type like playlist::get()-> into the VC++6 editor it gives you a window of functions, i would pick from that and try to guess the parameter list or look in other peoples code.
and the foobar core complains if you have pointer leakage, which is great.
i got started by hacking up the source from foo_moreinfo or some plugin like that, i forget. didn't help that i hadn't used C in like 3 years.
what happens to your plugin if the recycle bin is full?
does it confirm for multiple files? i guess my philosophy is confirm for everything, even if recycle bin is used.
some people have recycle bin disabled, what then?
don't let the plugin get too complicated though! the original 0-features version took me barely 4 hours to make, even though i had no clue what i was doing.
i guess i will roll UTF support into it and update the plugins page and then let it alone, i dunno
peace
evan
You are right. If the recycle bin is full then the files are silently gone! I'm not sure how to handle this at this time, since I don't want to make this plugin too complicated... Also no matter whether the deletion succeeded, the files are removed from the playlist anyways.
However I'm too busy to maintain this plugin right now... updates will be very slow... are you interested in taking it over?