This function is used to delete a file.
Context
Windows client,
Windows server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client,
Event Adelia client.
Parameters
ALPHA(n) |
File |
Name of the file to be deleted. |
BOOL |
Successful |
Return code. *TRUE if the function was performed successfully. Output parameter. |
Example
ALPHA(256) |
File |
BOOL |
OK |
|
|
* deletes the file 'c:\temp\test.txt' |
File |
= 'c:\temp\test.txt' |
CALL_DLL |
'VaToolBx' 'VaToolBxDeleteFile' File OK |
IF NOT OK |
|
* Error processing... |
|
END |
|
List of functions in the VaToolBx DLL by topic