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: |
| object | An expression evaluating to an object of type McStream. | | value | A 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.
|