Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / XfrCurrentDirectory Property
In This Topic
    XfrCurrentDirectory Property
    In This Topic
    Gets or sets the current local working folder for file transfer.
    Syntax
    expression.XfrCurrentDirectory As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    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. The default is "". This string can be up to 220 characters long.
    See Also