WINDOWSDIR property (Filesystem)
Description
Returns the path for the "Windows directory", which specifies the location where the core Windows OS files are installed.
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 GetWindowsDirectory Windows API function, so please refer to the documentation on the Microsoft website for further information.
Example
// Get the Windows directory WindowsDir = Get_Property( "FILESYSTEM", "WINDOWSDIR" )
See Also
N/A