...
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | fileExists(path_to_file) | Package | file | Alias | | Pkg Usage | exists(path_to_file) | |
Description
Excerpt |
---|
|
Returns 'true' if the file exists and 'false' otherwise. |
Returns 'true' if the file exists and 'false' otherwise.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
path_to_file | String | Yes | Specifies the file name you want to search for. | |
Return Type
Boolean (true/false)
Example
Code Block |
---|
|
if(fileExists("C:/someFile.txt")){
print("The file exists!");
} else {
print("The file does not exist!");
} |
Note |
---|
It is recommended that you use forward slashes ( / ) for file paths. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "file_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|