[ROOT] --> C-Client

function PEDeleteRemoteFile

Delete a file on the remote 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 on the remote system.

Return:
TRUE if function completed correctly; FALSE otherwise.

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

Copyright (c) 2000 Dynalivery Corp.