FileExist
Checks the existence of file/folder and output the result as a Boolean value.
Input/Output
Number of Connections: 1
| Input | Data Type | Description |
| Input1 | String | File/folder path |
| Output | Data Type | Description |
| Output1 | Boolean | If file/folder exists, outputs true If file/folder doesn't exist, output false |
Property
| Name | Property Type | Description |
| Detail Setting of File Path | group |
Property group for specifies file path.
|
| HomeDirectory | choice |
Specify the base folder of relative path.
- Project folder [Relative]
- Start point is the same folder as the project file.
- Home folder [ProjectOwner]
- Start point is the projedct owner's home folder.
- Executing user home folder [ExecuteUser]
- Start point is the execute user's home folder.
|
| AllowAbsolute | boolean |
Specifies whether an absolte path can be allowed.
|
| AllowUpDir | boolean |
Specifies whether ".." can be allowed.
|
Example
| Property | Output |
| Input1 | test.txt | HomeDirectory | Project folder | true |