Description

This property returns the fully qualified path of the file that is being used as the Source (reading) or Destination (writing)

On Set, Sets the internal property to the String passed.

Property type

A String value.  

Syntax

object.FullPathName [= value]

The FullPathName Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McStream.
valueA String value.

Remarks

An empty String will be returned if this property is has not been previously set. The Open() method will set this property if it is empty, based on the Source parameter.

The FileName property is generated from this property.