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
SyntaxReadOnly Property FileName As String
Get
Return Value
Type:
StringString
Remarksreturns a String
Read-Only
ExamplesDim s as String
Set s = ThisApplication.ActiveImage.File.FileName
See Also