InfoConnect for Airlines VBA Guide
FTPGetCurrentHostDirectory Function
Returns the current host directory used for FTP file transfers.
Syntax
object.FTPGetCurrentHostDirectory() As String

Return Value

The current host directory.
Remarks
This method is only valid when InfoConnect is connected to the host FTP server. Use FTPStartServer to connect to the server before using this method.
See Also