Ryan Liptak 95a5f6bf2d Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a file path
ERROR_DIRECTORY (267) is returned from kernel32.RemoveDirectoryW if the path is not a directory. Note also that os.DirectDirError already includes NotDir

Before: error.Unexpected: GetLastError(267): The directory name is invalid.
After: error: NotDir
2020-06-04 22:52:53 -04:00
..
2020-06-02 15:28:46 -04:00
2020-05-05 09:38:02 -06:00
2020-05-05 09:38:02 -06:00
2019-10-24 01:14:52 -04:00
2019-10-30 21:21:58 -04:00
2020-06-02 15:28:46 -04:00
2019-10-24 01:14:52 -04:00
2020-04-28 00:02:13 -06:00
2020-04-30 01:52:12 -04:00