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 fcb20ea commit e5e9d53Copy full SHA for e5e9d53
libraries/Bridge/src/FileIO.h
@@ -83,7 +83,7 @@ class FileSystemClass {
83
// Methods to determine if the requested file path exists.
84
boolean exists(const char *filepath);
85
86
- // Create the requested directory heirarchy--if intermediate directories
+ // Create the requested directory hierarchy--if intermediate directories
87
// do not exist they will be created.
88
boolean mkdir(const char *filepath);
89
0 commit comments