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 1bf6a4a commit c2d6a30Copy full SHA for c2d6a30
_build/reference/557-data-isfile.markdown
@@ -1,7 +1,12 @@
1
# ISFILE
2
3
-> ISFILE (x)
+> b = ISFILE (file)
4
5
-Returns true if x is a regular file.
+Returns true if the string "f" is a regular file.
6
7
+### Example
8
9
+```
10
+print IsFile("C:\windows\EXPLORER.EXE") ' Output 1 on Windows, otherwise 0
11
+print IsFile("/etc/passwd") ' Output 1 on Linux, otherwise 0
12
0 commit comments