Programming with Reflection
XfrCurrentDirectory property
Syntax |
object.XfrCurrentDirectory |
Data type |
Returns (first syntax line) or specifies (second syntax line) the current local working folder for file transfer. This folder is displayed by default in the Transfer dialog box and is used by default for opening and saving transfer request files. The value of this property changes if you navigate to a new folder using the Transfer dialog box.
For example, this statement sets the default folder for file transfers to C:\My Transfers\My files:
Session.XfrCurrentDirectory = "C:\My Transfers\My files"
The default is "".
This string can be up to 220 characters long.