From cdf070c8d76ffc4eaa24e8671756cbbe9ceb2890 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Mon, 14 Apr 2008 17:21:02 +0000 Subject: See the ReleaseNotes for the full details, highlights: - bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting) --- Foundation/GTMNSFileManager+Path.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Foundation/GTMNSFileManager+Path.h') 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 -- cgit v1.2.3