Ryan Liptak fe6fd0d541 Dir.openDirAccessMaskW: Add ACCESS_DENIED as a possible error
Can occur when trying to open a directory for iteration but the 'List folder contents' permission of the directory is set to 'Deny'.

This was found because it was being triggered during PATH searching in ChildProcess.spawnWindows if a PATH entry did not have 'List folder contents' permission, so this fixes that as well (note: the behavior on hitting this during PATH searching is to treat it as the directory not existing and therefore will fail to find any executables in a directory in the PATH without 'List folder contents' permission; this matches Windows behavior which also fails to find commands in directories that do not have 'List folder contents' permission).
2023-01-09 15:10:24 -07:00
..
2023-01-09 14:06:13 -07:00
2022-10-30 01:09:31 -07:00
2022-10-06 21:22:20 +03:00
2023-01-09 15:04:55 -07:00
2022-10-20 09:21:06 -07:00
2023-01-09 15:06:13 -07:00
2022-08-31 19:30:51 +02:00
2022-08-23 21:11:02 -07:00
2022-10-25 09:04:04 -07:00
2022-01-07 00:06:06 -05:00
2022-09-11 23:18:43 -04:00
2023-01-09 14:00:21 -07:00
2023-01-09 14:43:29 -07:00
2022-09-12 18:13:24 -07:00
2022-04-15 17:01:01 -05:00
2022-01-07 00:06:06 -05:00