Ryan Liptak 14c3c47fb7 fs.deleteFile: Translate to error.IsDir when appropriate on POSIX systems
Linux deviates from POSIX and returns EISDIR while other POSIX systems return EPERM. To make all platforms consistent in their errors when calling deleteFile on a directory, we have to do a stat to translate EPERM (AccessDenied) to EISDIR (IsDir).
2020-06-26 16:00:43 -07:00
..
2020-06-18 20:17:53 -04:00
2020-06-25 19:07:25 -04:00
2020-04-28 19:11:31 -06:00
2020-06-25 19:07:25 -04:00
2020-06-22 20:03:21 -04:00
2020-05-24 10:04:09 -04:00
2020-06-07 22:39:35 +10:00
2020-06-24 21:00:21 +02:00
2020-06-20 18:39:15 -04:00
2020-01-29 22:22:01 -06:00
2020-05-25 19:46:28 -04:00
2020-06-09 13:36:17 -04:00
2020-02-16 13:25:30 -05:00
2020-06-09 13:36:17 -04:00
2020-06-20 18:23:57 +00:00
2020-06-09 00:22:34 -04:00
2020-06-09 13:36:17 -04:00
2020-05-24 10:04:09 -04:00
2020-06-19 02:06:27 -04:00
2020-02-22 12:44:21 +01:00
2020-06-17 18:18:45 +02:00
2020-05-05 09:38:02 -06:00
2020-06-17 02:14:52 +02:00
2020-06-23 21:54:36 +02:00
2020-06-01 14:43:13 -04:00
2020-06-18 20:35:03 -04:00