When trying to get information about a file, if we get permission
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jun 1997 05:17:14 +0000 (05:17 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jun 1997 05:17:14 +0000 (05:17 +0000)
commitfbf5f90f6726f483eb8e506301a3f9a75c4d0eae
tree87d75f90dcd44f4ceb903274e6f2a66b97f5ddb0
parent34e5412f3a3db4c32f914838f08a8398ad6e88a7
When trying to get information about a file, if we get permission
denied, try again using the directory reader.  Some files, e.g.
"\pagefile.sys", cannot be interrogated in the normal fashion, but are
given in a directory listing.  (More quality software design.)

In SET-FILE-TIMES!, temporarily disable the read-only bit if it is
enabled, as this prevents the primitive from completing successfully.
v7/src/microcode/prntfs.c