Feedback

  • Contents
 

File Delete

This File I/O step deletes a file. The deleted file should not be open for read or write when it is deleted. If the file does not exist, this step fails.

Inputs

File Name

The name of the file to be deleted.

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 handle is invalid.