FileExist

Checks the existence of file/folder and output the result as a Boolean value.

Input/Output

Number of Connections: 1
InputData TypeDescription
Input1StringFile/folder path

OutputData TypeDescription
Output1BooleanIf file/folder exists, outputs true
If file/folder doesn't exist, output false

Property

NameProperty TypeDescription
Detail Setting of File Pathgroup Property group for specifies file path.
HomeDirectorychoice 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.
AllowAbsoluteboolean Specifies whether an absolte path can be allowed.
AllowUpDirboolean Specifies whether ".." can be allowed.

Example

PropertyOutput
Input1test.txtHomeDirectoryProject foldertrue