Click or drag to resize

IMcStreamFileName Property

On Get, fills the String parameter with the name of the file that is being used as the Source (reading) or Destination (writing) If the Source/Destination is actually an Istream/IStorage, then the name of that particular IStream/IStorage is returned. If there is no FileName set, an empty String is returned. This property is generated from the FullPathName. The FileName differs in that it is only the name of the image and the extension, but does not include any qualifying directory names.

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

Return Value

Type: String
String
Remarks
returns a String Read-Only
Examples
VB
Dim s as String
Set s = ThisApplication.ActiveImage.File.FileName
' s is now equal to Image1.tif
See Also