HyperWorks Tools

::hwat::io::CreateTempFileName

::hwat::io::CreateTempFileName

Previous topic Next topic No expanding text in this topic  

::hwat::io::CreateTempFileName

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::io::CreateTempFileName - Create a temp file and open it.

 

SYNTAX

::hwat::io::CreateTempFileName {str_extension} {str_basePath}

 

ARGUMENTS

str_extension

[OPTIONAL] argument to serve as file extension.

str_basePath

[OPTIONAL] argument to serve as the base path for the file.  Without, just returns a file name.

 

RETURNS

Success -> full name of temp file, suitable for use with CreateFile.

Failure -> {}

 

EXAMPLE

::hwat::io::CreateTempFileName key c:/mystuff/

 

 

See also

::hwat::io::CreateTempFile

I/O Functions