facftmakedir
| facftmakedir | 
  Purpose
 
  Synopsis
 
procedure facftmakedir(remote_path:string)
 
  Argument
 
| 
     remote_path 
     | 
     The path of the remote folder to create, relative to your root folder on the FTS server,
     e.g.
     "/MyFolder/MySubFolder"
     | 
  Example
 
 facftmakedir("/MyFolder/MySubFolder")
 
  Further information
 
 1. If the remote folder already exists, this function will generate 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.
 
 
