PDA

View Full Version : Os.remove on smb files


deadken
2004-12-28, 09:49
i'm building my own context menu for video files because i would like to be able to delete or rename them without having to jump to my files.

the best i can do for now is add the files to the queue, and add my context menu to the playlist screen because i can't seem to get the current item in the normal my video screen.

ok, so the next hurdle i face is actually deleting the file.

i've got the full name from getfilename(), but os.remove throws an exception.

any ways around this?