HyperWorks Tools

::hwat::io::CloseFile

::hwat::io::CloseFile

Previous topic Next topic No expanding text in this topic  

::hwat::io::CloseFile

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

NAME

::hwat::io::CloseFile - Closes a file.

 

SYNTAX

::hwat::io::CloseFile str_fh

 

ARGUMENTS

str_fh

File handle of file to close.

 

RETURNS

Success -> 1

Failure -> {}

 

EXAMPLE

::hwat::io::CloseFile $str_someFH

 

 

See also

::hwat::io::CreateFile

I/O Functions