skip to main content

Library Routines : C$DELETE

C$DELETE
The C$DELETE library routine deletes a file.
FILE-PREFIX settings are ignored by this routine.
Syntax:
 CALL "C$DELETE" USING fileName 
Parameters:
Return code:
returnCode can be any numeric data item and provides additional information:
Examples:
Example - Delete a temporary file
call "c$delete" using "/myapp/tmp/cust_828383838322323.tmp"
     giving retCode
if retCode = 0
   display message "Temp file was deleted"
   display message "Error deleting temp file"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left