guides:programming:programmers_reference_manual:systemdir_property_filesystem

SYSTEMDIR property (Filesystem)

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.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoN/ANo

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

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