Click or drag to resize

IMcStreamFullPathName Property

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.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property FullPathName As String
	Get
	Set

Return Value

Type: String
String
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.
See Also