====== SYSTEMDIR property (Filesystem) ====== ==== Description ==== Returns the path for the Windows "system directory". The system directory contains system files such as dynamic-link libraries and drivers. ==== 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 GetSystemDirectory Windows API function, so please refer to the documentation on the Microsoft website for further information. ==== Example ==== // Get the system directory SystemDir = Get_Property( "FILESYSTEM", "SYSTEMDIR" ) ==== See Also ==== N/A