changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- unique_filename - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
Creates a filename that is guaranteed not to be in use.
name:=unique_filename(); string name;
None.
None.
A STRING with a unique filename.
Note that this function will continue to return the same filename until it is actually used to create a file. As long as the file exists the same name will not be returned again but it may be returned if the file is deleted.
include(../../include/svnversion.inc) include(../../include/footer.inc)