Programming with Reflection

image\rwnprg32.gif XfrCurrentDirectory property

 

Syntax

object.XfrCurrentDirectory
object.XfrCurrentDirectory = Value

Data type

String

 

Description

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"

Values

The default is "".

This string can be up to 220 characters long.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property