Deletes the specified file if it exists, otherwise nothing happens.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string DeleteFile(
Object FilePath
)
Parameters
- FilePath
- Type: SystemObject
File path to the file.
Return Value
Type:
StringReturns string containing 'success' or error message.
See Also