mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
* Headers/Foundation/NSFileManager.h: Added declaration for new method
here. * Source/NSFileManager.m: Added implementation for the method -(BOOL)createDirectoryAtPath:withIntermediateDirectories:attributes: error:. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
eb23f2ee93
commit
8c7739da4e
3 changed files with 52 additions and 0 deletions
|
@ -206,6 +206,10 @@ extern "C" {
|
|||
- (BOOL) copyPath: (NSString*)source
|
||||
toPath: (NSString*)destination
|
||||
handler: (id)handler;
|
||||
- (BOOL) createDirectoryAtPath: (NSString *)path
|
||||
withIntermediateDirectories: (BOOL)flag
|
||||
attributes: (NSDictionary *)attributes
|
||||
error: (NSError **) error;
|
||||
- (BOOL) createDirectoryAtPath: (NSString*)path
|
||||
attributes: (NSDictionary*)attributes;
|
||||
- (BOOL) createFileAtPath: (NSString*)path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue