Returns the path for the Windows "system directory". The system directory contains system files such as dynamic-link libraries and drivers.
This property is a string containing a valid operating system path.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | N/A | No |
This property is a simple wrapper around the GetSystemDirectory Windows API function, so please refer to the documentation on the Microsoft website for further information.
// Get the system directory SystemDir = Get_Property( "FILESYSTEM", "SYSTEMDIR" )
N/A