Programming Reference Manual
 
Syntax
 
object.UniqueName
 
Description
Name of the file currently open.
 
Part
Description
object
Evaluates to a DartStream object.
 

Data Type

String

Remarks

Read-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