mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
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:
parent
38ca493fa2
commit
e15c981429
4 changed files with 114 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue