how to check the read write status of storing media in python
Posted
by mukul sharma
on Stack Overflow
See other posts from Stack Overflow
or by mukul sharma
Published on 2010-03-20T10:48:04Z
Indexed on
2010/03/20
10:51 UTC
Read the original article
Hit count: 298
python
Hi All,
How can i check the read/ write permission of the file storing media? ie assume i have to write some file inside a directory and that directory may be available on read only media like (cd or dvd)or etc. So how can i check that storing media ( cd, hard disk) having a read only or read write both permission.
I am using windows xp os.
Thanks.
© Stack Overflow or respective owner