Syntax
| object.UniqueName
| ||||
---|---|---|---|---|---|
Description
| Name of the file currently open.
Data TypeString
RemarksRead-only.
This property is usually the same as FileName, but is different when FileMode property is createUnique and FileName already exists. In this case, a period and a number (starting at 1) is appended to FileName and saved as this property.
| ||||
See Also
|