facftdelete
| facftdelete | 
  Purpose
 
  Synopsis
 
procedure facftdelete(remote_path:string)
 
  Argument
 
| 
     remote_path 
     | 
     The path of the remote file to delete,
     e.g.
     "/MyFolder/MyFile.txt"
     | 
  Example
 
 facftdelete("/MyFolder/MyFile.txt")
 
  Further information
 
 1. If the remote file does not exist, the package will raise an IO error.
 
 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.
 
 
