Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the path in which Visual FoxPro stores its temporary files.
SYS(2023)
Return Value
Character. SYS(2023) returns a path name.
Remarks
SYS(2023) uses the Windows API GetTempPath to search for the path containing the temporary files. GetTempPath searches a sequence of variables that differ depending on the operating system. For more information, see Optimizing the Operating Environment.
See Also
Tasks
How to: Specify the Location of Temporary Files