Web3S_Demo > Web 3S File Utils Function Library > DeleteFile

DeleteFile

Delete the specified file from the provided path. Will not delete read only files.

Inputs

In
Exec

File Path
String

Path of the file to delete.

Outputs

Out
Exec

Out Error Message
String

Error message if deleting the file failed.

Return Value
Boolean

True if the file was deleted, false otherwise.