This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abkhd
Recipients
Date 2007-04-30.09:07:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I had thought that the file was opened exclusively by Windows
and so the latter denied access to it (including sharing). 
However, it might be worth a while to note how others handle 
this problem. 

Please see ntfs.c of MIT/GNU Scheme:
http://www.koders.com/c/fid3A61BD3B46FA62F5E9F99E5860DCAE5BC2B7FA2C.aspx

and ntfs.h of the same project:
http://www.koders.com/c/fid5FA9A6766ABABAAB4DC09266CA61866F8270A139.aspx


They actually test for both errors in addtion to ERROR_DRIVE_LOCKED to determine if stat has worked or not.

Regards,
Khalid




More references:
http://www.supportnet.de/stat/2002/7/id98848.asp
http://www.cygwin.com/ml/cygwin/2000-01/msg00274.html
http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/7.7.1/changelog.txt
History
Date User Action Args
2007-08-23 15:58:16adminlinkissue1709112 messages
2007-08-23 15:58:16admincreate