HyperWorks Tools

::hwat::io::CleanupTempFiles

::hwat::io::CleanupTempFiles

Previous topic Next topic No expanding text in this topic  

::hwat::io::CleanupTempFiles

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

NAME

::hwat::io::CleanupTempFiles {b_deleteFiles} - Closes and deletes all non-protected temp files.

 

SYNTAX

::hwat::io::CleanupTempFiles {b_deleteFiles}

 

ARGUMENTS

b_deleteFiles

[OPTIONAL] delete the temp files after closing them.
Default = TRUE

 

RETURNS

Success -> List of file handles that were closed.
Failure -> {}

 

EXAMPLE

::hwat::io::CleanupTempFiles FALSE

 

COMMENTS

Temp files can be protected from cleanup by passing an optional argument to the CreateTempFile function.

 

 

See also

::hwat::io::CreateTempFile

I/O Functions