os.unlink on Windows

Shambhu Sharma shambhu.1980 at gmail.com
Sat Aug 7 07:10:45 EDT 2010


Hi,

        I am new to Python. I was trying to use os.unlink function in
windows. But i am getting error:
OSError: [Errno 2] No such file or directory:
'C:\\SHAMBHU\\tmp\\text_delete.txt'

Input file to os.unlink is: 'C:\SHAMBHU\tmp\text_delete.txt'. But os.unlink
is adding extra backslash with pathname. I tried with Python2.5 and
Python3.1 but got same error.
Please suggest how to remove this error.

-- 
If linux doesn't have a solution, then u have a wrong problem.

Shambhu Kumar Sharma
91-98864 91913
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100807/1a5cf3ae/attachment.html>


More information about the Python-list mailing list