JCL Help:GetWindowsSystemFolder

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the Windows system directory.


Pascal

 function GetWindowsSystemFolder: string;


Return Value

The Windows system directory or an empty string on failure.


Description

The GetWindowsSystemFolder function retrieves the path of the Windows system directory. The Windows system directory contains such files as dynamic-link libraries, drivers, and font files. On a default installation of Windows 2000 this is c:winntsystem32. On a default installation of Windows XP/Vista this is c:windowssystem32.


See Also

GetWindowsFolder


About

Unit

JclSysInfo


Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page