Class: | FTP_SERVICE |
Description: | Closes any open handles to the Internet |
* olrrai added: This.FTPOpen = .F. * Handles have a Hierarchy. Closing the Top Handle will close all child handles also. * (really?) IF This.nInet_Handle != 0 This.CloseFTPConnection() InternetCloseHandle(This.nInet_Handle) This.nInet_Handle = 0 This.cCurrentDir = "" ENDIF