Programming with FTP OLE Automation
HomeDirectory property
Syntax |
Object.HomeDirectory |
Data type |
String |
Returns (first syntax line) or specifies (second syntax line) a directory on the FTP server. The Reflection FTP Client changes to this directory immediately after a connection is made. This value is relevant only when it is set before a connection is made. You can use the SetCurrentDirectory method to change directories after a connection is made.
The default value is "".
None