summaryrefslogtreecommitdiff
path: root/tool/patches/NSFileManager.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-10-01 18:47:25 +0000
committerJay Freeman <saurik@saurik.com>2008-10-01 18:47:25 +0000
commit63f3faca73892665d03cf393a4be21dfa3ef699b (patch)
tree8f3e2b692e842a3ee64ef5ef2eb7c2ead906fa3c /tool/patches/NSFileManager.diff
parente762438b10b544972a2f511f6557a30bcd911959 (diff)
Readying SDK release.
git-svn-id: http://svn.telesphoreo.org/trunk@487 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/NSFileManager.diff')
-rw-r--r--tool/patches/NSFileManager.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/tool/patches/NSFileManager.diff b/tool/patches/NSFileManager.diff
new file mode 100644
index 000000000..014492286
--- /dev/null
+++ b/tool/patches/NSFileManager.diff
@@ -0,0 +1,14 @@
+diff --git /usr/include/Foundation/NSFileManager.h /usr/include/Foundation/NSFileManager.h
+index a394b96..216a43f 100644
+--- /usr/include/Foundation/NSFileManager.h
++++ /usr/include/Foundation/NSFileManager.h
+@@ -97,8 +97,8 @@
+ - (BOOL)linkPath:(NSString *)src toPath:(NSString *)dest handler:(id)handler;
+ - (BOOL)copyPath:(NSString *)src toPath:(NSString *)dest handler:(id)handler;
+ - (BOOL)movePath:(NSString *)src toPath:(NSString *)dest handler:(id)handler;
+-- (BOOL)removeFileAtPath:(NSString *)path handler:(id)handler;
+ #endif
++- (BOOL)removeFileAtPath:(NSString *)path handler:(id)handler;
+
+ /* Process working directory management. Despite the fact that these are instance methods on NSFileManager, these methods report and change (respectively) the working directory for the entire process. Developers are cautioned that doing so is fraught with peril.
+ */