oi10:presentation_server:tempdir_property_filesystem

TEMPDIR property (Filesystem)

Returns the path of the directory designated for temporary files for the current user.

This property is a string containing a valid operating system path.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoN/ANo

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.

 
// Get the user's Temp directory

  TempDir = Get_Property( "FILESYSTEM", "TEMPDIR" )
 
 
 

N/A

  • oi10/presentation_server/tempdir_property_filesystem.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1