mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
337bc5662c
Offers possibility to check for file or directory permissions.
6 lines
195 B
ReStructuredText
6 lines
195 B
ReStructuredText
if-check-file-permissions
|
|
-------------------------
|
|
|
|
* The :command:`if` command gained new tests ``IS_READABLE``, ``IS_WRITABLE``
|
|
and ``IS_EXECUTABLE`` to check file or directory permissions.
|