FileDelete

Deletes the specified file.

Function Group Execution Windows Embedded Thin Client
FileDelete File Synchronous Supported Supported Supported

Syntax

FileDelete(strFile)
strFile
The file path and name of the file to delete.

Returned value

0 Failed to delete file
Real Returns the size of the file deleted

Examples

Tag Name Expression
Tag FileDelete( "C:\Studio\Readme.txt" )