a few new methods

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36311 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-03-08 14:07:34 +00:00
parent 38ca493fa2
commit e15c981429
4 changed files with 114 additions and 4 deletions

View file

@ -228,6 +228,14 @@ typedef uint32_t OSType;
error: (NSError**)error;
- (BOOL) removeItemAtPath: (NSString*)path
error: (NSError**)error;
- (BOOL) copyItemAtURL: (NSURL*)src
toURL: (NSURL*)dst
error: (NSError**)error;
- (BOOL) moveItemAtURL: (NSURL*)src
toURL: (NSURL*)dst
error: (NSError**)error;
- (BOOL) removeItemAtURL: (NSURL*)path
error: (NSError**)error;
#endif
- (BOOL) changeCurrentDirectoryPath: (NSString*)path;