mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
be ready for coming osx compatibility fix in base
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35389 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4ca2ec929
commit
cd19623e53
6 changed files with 40 additions and 9 deletions
|
@ -203,7 +203,10 @@
|
|||
NSEnumerator *enumerator = [_wrapperData keyEnumerator];
|
||||
NSString *key;
|
||||
|
||||
[fm createDirectoryAtPath: path attributes: _fileAttributes];
|
||||
[fm createDirectoryAtPath: path
|
||||
withIntermediateDirectories: YES
|
||||
attributes: _fileAttributes
|
||||
error: NULL];
|
||||
while ((key = (NSString*)[enumerator nextObject]))
|
||||
{
|
||||
NSString *newPath =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue