Ryan Liptak 71668fc4e3 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).
2022-12-22 14:03:05 -05:00
..
2022-12-16 18:31:48 +01:00
2022-12-14 14:26:02 -07:00
2022-11-30 15:42:59 -07:00
2022-10-06 21:22:20 +03:00
2022-12-13 15:04:03 -05:00
2022-12-18 01:46:09 -05:00
2022-12-13 13:14:20 +02:00
2022-12-09 21:57:17 +01:00
2022-11-04 00:09:27 +03:30
2022-12-14 11:42:28 -05:00
2022-12-13 13:14:20 +02:00
2022-01-07 00:06:06 -05:00
2022-12-06 12:27:28 -07:00
2022-09-11 23:18:43 -04:00
2022-12-15 00:56:26 -08:00
2022-12-18 22:11:26 -05:00
2022-12-18 01:41:56 +02:00
2022-11-23 19:17:58 +01:00
2022-12-13 13:14:20 +02:00
2022-04-15 17:01:01 -05:00
2022-12-21 17:02:53 +01:00