swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
      Other Library Functions  
function  

util.system-temporary-directory

 
 

Library: Utilities (OMUTIL)
Import: omutil.xmd
Return type: directory

Returns: returns a stream containing the path to the system directory for temporary files.


Declaration

export external stream function system-temporary-directory


Purpose

The system-temporary-directory function returns the system directory for temporary files. This value may be different on different operating systems and for different users. Common values are "/tmp" for UNIX systems and C:\temp for MS Windows systems.

Example:


    import "omutil.xmd" prefixed by util.
    process
      output "The system temporary directory on this platform is: "
          || util.system-temporary-directory
          || "%n"

        Other Library Functions
   util.environment
   util.millisecond-time
   util.omutil-version
   util.process-id
   util.sleep
   util.system-temporary-directory
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 8.2.0 Documentation Generated: March 13, 2008 at 3:27:39 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.