aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSFileManager+Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSFileManager+Path.h')
-rw-r--r--Foundation/GTMNSFileManager+Path.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Foundation/GTMNSFileManager+Path.h b/Foundation/GTMNSFileManager+Path.h
index 330c45e..95ba41e 100644
--- a/Foundation/GTMNSFileManager+Path.h
+++ b/Foundation/GTMNSFileManager+Path.h
@@ -52,7 +52,8 @@
/// Args:
/// extension - the file extension (excluding the leading ".") to match.
/// If nil, all files are matched.
-/// directoryPath - the directory to look in. Subdirectories are not traversed.
+/// directoryPath - the directory to look in. NOTE: Subdirectories are NOT
+/// traversed.
///
/// Returns:
/// An NSArray of absolute file paths that have |extension|. nil is returned