guides:programming:programmers_reference_manual:windowsdir_property_filesystem

WINDOWSDIR property (Filesystem)

Returns the path for the "Windows directory", which specifies the location where the core Windows OS files are installed.

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoN/ANo

This property is a simple wrapper around the GetWindowsDirectory Windows API function, so please refer to the documentation on the Microsoft website for further information.

 
// Get the Windows directory

  WindowsDir = Get_Property( "FILESYSTEM", "WINDOWSDIR" )
 
 
 

N/A

  • guides/programming/programmers_reference_manual/windowsdir_property_filesystem.txt
  • Last modified: 2023/10/25 10:50
  • by 127.0.0.1