Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.66 KB

TPJSystemFolders.md

File metadata and controls

30 lines (21 loc) · 1.66 KB

TPJSystemFolders

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.

Methods

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.

Properties

TPJSystemFolders defines no properties.

Events

TPJSystemFolders defines no events.