rbt wrote: > Can someone detail the differences between these two? On Windows which > is preferred?
They do the same thing: unlink calls DeleteFile. The only difference is how errors are reported. For portability, os.unlink is preferred. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list