[ROOT] --> C-Client

function PEDeleteLocalFile

Delete a file on the local system.

Source:
Include\pcreapi.h

Parameters:
hServer The handle of the FTP server. Obtained from function PENewFileServer.
fileName The name of the file to delete.

Return:
TRUE if function completed correctly; FALSE otherwise.

Code:
BOOL PCRE_API PEDeleteLocalFile( PEHANDLE hServer, char* fileName );

Copyright (c) 2000 Dynalivery Corp.