Function
EN
Version 5.00
@FTPNTCloseFind
FTP
Syntax
@FTPNTCloseFind(FTPNTFINDHANDLE);
Description
This @Function is available only on Windows!
Closes an FTP find session.
The FTP find session with the FTPNTFINDHANDLE FTPNTFINDHANDLE is closed.
On success, the @Function returns an FTPNTFIND handle NULLHANDLE; otherwise, @Error.
Example: @FTPNTCloseFind(FTPNTHANDLE)
APPLICATIONTEXT:="Test";
ftpnth:=@FTPNTOpen(APPLICATIONTEXT);
ftpnth:=@FTPNTClose(ftpnth);
An FTP find session is started and then closed again.
Note : This text was machine-translated and may contain inaccuracies.
