...
Boolean (true/false)
Example
Code Block | ||
---|---|---|
| ||
if(fileExists("C:/someFile.txt")){ print("The file exists!"); } else { print("The file does not exist!"); } |
...
...
Boolean (true/false)
Code Block | ||
---|---|---|
| ||
if(fileExists("C:/someFile.txt")){ print("The file exists!"); } else { print("The file does not exist!"); } |
...