Nyquist / XLISP 2.0  - 
Contents |
Tutorials |
Examples |
Reference
get-temp-path
  | Type: | - | function (subr) | 
  | Source: | - | sys/unix/osstuff.c, sys/win/msvc/winfun.c | 
Syntax
- (get-temp-path)
- returns - the resulting full path as a string
Description
The 'get-temp-path' function tries to get a path where a
temporary file can be created.
Note: Under Windows, the 'get-temp-path' function is
based on environment variables. If XLISP is running as a
sub-process to Java, the environment may not exist, in which
case the default result is the unfortunate choice
'c:\windows\'.
Examples
  Back to Top
Nyquist / XLISP 2.0  - 
Contents |
Tutorials |
Examples |
Reference