Skip to content

Commit 4316bb7

Browse files
committed
initial
1 parent 4324de1 commit 4316bb7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,10 @@ Occurs when you try to non-recursively delete a directory but it contains files.
5555
print('Unknown error: $exc');
5656
}
5757
}
58-
```
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

Comments
 (0)