<< back to sysax.com Product page |
The FTPMakeFolder method can be used to create local or remote folders. The "local" or "remote" keywords are used to specify whether a local or remote folder should be created.
Exhibit 9.3. IDL Definition of method to creating folders
HRESULT FTPMakeFolder ([in] BSTR b_localremote, [in] BSTR b_name); |
Exhibit 9.4. Example usage of method to creating folders (VBScript)
app.FTPMakeFolder "local", "myfolder" |