- Contents
Interaction Designer Help
File Open Read
This File I/O tool opens a file for read access. Tools that can access this file opened for reading are FileRead, FileReadList, FilePosition, and FileClose.
Inputs
File Name
The name of the file to be opened for read access.
Outputs
File Handle
The handle created for the file that was opened for read access.
Exit Paths
Success
This step takes the Success exit path if the operation is successful.
Failure
This step takes the Failure exit path if the file name is invalid or if the file is already open.