remove Deletes a specified file. Method of File Syntax int remove( FileSpecObject file ) Parameters The remove method has the following parameters: file A FileSpecObject representing the file to be removed. Returns An integer error code. For a list of possible values, see Return Codes.
Deletes a specified file.
File
int remove( FileSpecObject file )
The remove method has the following parameters:
file A FileSpecObject representing the file to be removed.
file
A FileSpecObject representing the file to be removed.
An integer error code. For a list of possible values, see Return Codes.