We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4324de1 commit 4316bb7Copy full SHA for 4316bb7
README.md
@@ -55,4 +55,10 @@ Occurs when you try to non-recursively delete a directory but it contains files.
55
print('Unknown error: $exc');
56
}
57
58
-```
+```
59
+
60
+# Under the hood
61
62
+This library interprets the `OSError.errorCode` values depending on the
63
+current platform. It's two different error codes for `isNoSuchFileOrDirectory`
64
+and three different error codes for `isDirectoryNotEmpty`.
0 commit comments