Re: dir() error
- Posted by useless_ Jul 06, 2013
- 1348 views
jimcbrown said...
DerekParnell said...
kat said...
Is calling a .zip file a dir a random thing in Euphoria?
No. It only seems to happen for directory names that end with ".zip".
I believe this is actually a Windoze bug.
From http://msdn.microsoft.com/en-us/library/aa364428(v=vs.85).aspx
msdn said...
Note In rare cases or on a heavily loaded system, file attribute information on NTFS file systems may not be current at the time this function is called. To be assured of getting the current NTFS file system file attributes, call the GetFileInformationByHandle function.
<snip>
That was a good find, jim. I have complained for years about the filesystem getting flakey when busy, it's about time Microsoft admitted there is a problem (which they aren't going to fix).
useless