Browse Source

Help: Add notes for topic 'file-globbing-directory-listing'

Brad King 10 years ago
parent
commit
6e54b0b910
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/file-globbing-directory-listing.rst

+ 6 - 0
Help/release/dev/file-globbing-directory-listing.rst

@@ -0,0 +1,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.