facftremovedir
| facftremovedir | 
  Purpose
 
  Synopsis
 
procedure facftremovedir(remote_path:string)
 
  Argument
 
| 
     remote_path 
     | 
     The path of the remote folder to delete,
     e.g.
     "/MyFolder/MySubFolder"
     | 
  Example
 
 facftremovedir("/MyFolder/MySubFolder")
 
  Further information
 
 1. The remote folder must not contain any files or subfolders.
 
 2. When used from a DMP component with preconfigured FAC File Transfer Service credentials, this function will automatically try to login to the FAC File Transfer Service if you are not already logged in.
 
 
