This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.
Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.
Project: System Information Unit.
Unit: PJSysInfo.
This is a static class that provies details of the full paths of various special system folders. All TPJSystemFolders’ functionality is exposed via static methods. Because it is static the class does not need to be instantiated before use.
Method | Description |
---|---|
CommonFiles | Gets the Common Files folder path. |
CommonFilesRedirect | Gets the fully qualified name of the Common Files folder according to whether the host program and operating system are 32 or 64 bit. |
CommonFilesX86 | Gets the fully qualified name of the Common Files x86 folder. |
ProgramFiles | Gets the Program Files folder path. |
ProgramFilesRedirect | Gets the fully qualified name of the Program Files folder according to whether the host program and operating system are 32 or 64 bit. |
ProgramFilesX86 | Gets the fully qualified name of the Program Files x86 folder. |
System | Gets the System folder path. |
SystemWow64 | Gets the System folder path used by WOW64. |
Temp | Gets the temporary files folder path. |
Windows | Gets the Windows folder path. |
TPJSystemFolders defines no properties.
TPJSystemFolders defines no events.