Gentee Programming Language > Documentation > Libraries Download documentation

gettempdir

Get the temporary directory of the application. When this function is called for the first time, in the temporary directory there will be created a directory named genteeXX, where XX is a unique number for this running application. When the application is closed, the directory will be deleted with all its files.
 
str gettempdir(
      str   ret
)

Parameters

retThe string for getting the result.

Return value

The function returns the parameter ret.

See also

    Function working with files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.