SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎TARGET Object‎ > ‎target.file‎ > ‎

Delete


Platform Objects


Description

This will delete a file.

Syntax


Function Delete(file, hints)

file (input) - file to be deleted
hints (input) - not yet published

Return value


This function does not return a value.

Sample

'---------- Start ----------
Function Start

target.file.Delete "C:\TargetFileExample2\TargetFileExample.txt"

End Function

See also


Platform Objects and Methods
target.file.Copy
target.file.Exists
target.file