2020-12-01 13:37:26 -08:00
# vcpkg_get_program_files_platform_bitness
2021-03-11 01:56:07 +08:00
The latest version of this document lives in the [vcpkg repo ](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_get_program_files_platform_bitness.md ).
2021-02-28 13:17:19 -08:00
2020-12-01 13:37:26 -08:00
Get the Program Files directory of the current platform's bitness:
either `$ENV{ProgramW6432}` on 64-bit windows,
or `$ENV{PROGRAMFILES}` on 32-bit windows.
## Usage:
```cmake
vcpkg_get_program_files_platform_bitness(< variable > )
```
## Source
2021-02-28 13:17:19 -08:00
[scripts/cmake/vcpkg\_get\_program\_files\_platform\_bitness.cmake ](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_get_program_files_platform_bitness.cmake )