FileDelete
Deletes the specified file.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
FileDelete | File | Synchronous | Supported | Supported | Supported | Not supported |
Syntax
- 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” ) |