Programming with Reflection

image\rwnprg32.gif TransferLogFileName property

 

Syntax

object.TransferLogFileName
object.TransferLogFileName = Value

Works with

image\r124.gif

Data type

String

 

Description

Returns (first syntax line) or specifies (second syntax line) the name of the file transfer log file. When TransferLoggingEnabled is True (the default value), you can send file transfer information to this log file using the StartTransferLogging method. Use TransferStopLogging to stop logging.

The contents of the log file are cleared each time you use the StartTransferLogging method.

Values

By default, the transfer file is named "Transfer.log" and located in your Reflection user directory. (To see full path information for this file, open the Reflection View Settings dialog box, select Macro syntax and search for TransferLogFileName.)

 

image\jump.gif Example

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property