blob: c4d7ba5001d38db704228438df3e89093fb9efc5 (
plain)
1
2
3
4
5
6
|
file-globbing-directory-listing
-------------------------------
* The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands
learned a new ``LIST_DIRECTORIES <bool>`` option to specify whether
the glob result should include directories.
|