Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   DeleteFTPDirectory
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
DeleteFTPDirectory
  This function will delete a directory. When the directory is not recursively deleted, it should be empty.
 
Library wh::internet/ftp.whlib
 
Syntax PUBLIC BOOLEAN FUNCTION DeleteFTPDirectory (INTEGER connectionid,STRING dirname,BOOLEAN recursive)
 
Parameters
connectionid Integer id of the connection (opened by OpenFTPSite)
dirname Name of the file
recursive Delete all subfiles and subfolders as well
 
Returns boolean indicating if the command was succesfull
 
 
In library 'ftp'
ChangeFTPDirectory
CloseFTPConnection
CreateFTPConnection
CreateFTPDirectory
DeleteFTPDirectory
DeleteFTPFile
DestroyFTPConnection
GetCurrentFTPDirectory
GetFTPError
GetFTPFile
ReadFTPDirectory
RenameFTPFile
StoreFTPFile
 
Top To top of page