====== TEMPDIR property (Filesystem) ====== ==== Description ==== Returns the path of the directory designated for temporary files for the current user. ==== Property Value ==== This property is a string containing a valid operating system path. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get|No|N/A|No| ==== Remarks ==== This property is a simple wrapper around the GetTempPath Windows API function, so please refer to the documentation on the Microsoft website for further information. ==== Example ==== // Get the user's Temp directory TempDir = Get_Property( "FILESYSTEM", "TEMPDIR" ) ==== See Also ==== N/A