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 60421c3 commit 9d2d8f1Copy full SHA for 9d2d8f1
README.md
@@ -59,7 +59,7 @@ Occurs when you try to non-recursively delete a directory but it contains files.
59
``` dart
60
try {
61
62
- Directory('/path/to/useless').deleteSync();
+ Directory('/path/to/useless').deleteSync();
63
64
} on FileSystemException catch (exc) {
65
0 commit comments