We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52248f7 commit 919ab8eCopy full SHA for 919ab8e
c/functions.c
@@ -39,7 +39,6 @@ TidyBoolean tidyFML_exists(const char[] tidyPath){
39
#endif
40
}
41
42
-# this function check if the path is a directory.
43
TidyResult tidyFML_isFolder(const char[] tidyPath){
44
TidyResult resultHere;
45
#ifdef _WIN32
@@ -71,7 +70,7 @@ TidyResult tidyFML_isFolder(const char[] tidyPath){
71
70
72
return resultHere;
73
74
-# this function check if the path is a file.
+
75
TidyResult tidyFML_isFile(const char[] tidyPath){
76
77
0 commit comments