Raptor:Data Logging File Exists: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to File IO page [[File:RaptorDataLoggingFileExists.png|right|frame|Raptor™ Data Logging F…') |
No edit summary |
||
Line 15: | Line 15: | ||
! scope="col" style="width: 70%;"|Description | ! scope="col" style="width: 70%;"|Description | ||
|- | |- | ||
! | ! Path | ||
| String | | String | ||
| Specifies the path of the file to check. | | Specifies the path of the file to check. |
Revision as of 19:17, 7 July 2014
Return to the main Raptor page

Description
This block can be used to detect if a file exists on the specified resource.
Inputs
Input | Type | Description |
---|---|---|
Path | String | Specifies the path of the file to check. |
Outputs
Output | Type | Description |
---|---|---|
Exists | boolean | Output indicates if the file from the specified path exists on the specified resource. |
Parameters
Parameter | Type | Description |
---|---|---|
Resource | Specify the resource which contains the file to check. |