mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
Add method directoryURL to NSSavePanel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30278 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d223cc666c
commit
afc320aacf
3 changed files with 15 additions and 2 deletions
|
@ -1131,6 +1131,11 @@ selectCellWithString: (NSString*)title
|
|||
return @"";
|
||||
}
|
||||
|
||||
- (NSURL *) directoryURL
|
||||
{
|
||||
return [NSURL fileURLWithPath: [self directory]];
|
||||
}
|
||||
|
||||
/**<p> Returns the absolute filename choosen by the user. Do not invoke
|
||||
filename within a modal loop because the information that these
|
||||
methods fetch is updated only upon return.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue