Programming Reference Manual
 
Syntax
 
Unique(path$)
 
Description
Returns a unique (non-existing) filename for the directoy specified in path$.
 
Parameter
Description
path$
The specified path where the unique filename must be generated for.
See Also
Example
 
Sub Main
    Debug.Print Unique(“C:\”)
End Sub