FileDelete

Deletes the specified file.

Function Group Execution Windows Embedded Thin Client Mobile Access
FileDelete File Synchronous Supported Supported Supported Not supported

Syntax

Web Studio Help 2fr function file filedelete.xml d121306e76 FileDelete
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:StudioReadme.txt” )

FileDelete