[Python-bugs-list] [ python-Bugs-706592 ] Crbon.File.FSSpec should accept non-existing pathnames

SourceForge.net noreply@sourceforge.net
Tue, 25 Mar 2003 06:48:55 -0800


Bugs item #706592, was opened at 2003-03-19 22:55
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=706592&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Crbon.File.FSSpec should accept non-existing pathnames

Initial Comment:
Carbon.File.FSSpec currently doesn't accept non-existing pathnames.
This can be fixed in a way similar to what EasyDialogs.AskFileForSave uses, I think.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2003-03-25 14:48

Message:
Logged In: YES 
user_id=6656

I know, you posted this after a complaint from me :-)

It seems to me that the hacks AskFileForSave perpetrates are
going the other way, from FSSpec of absent file to pathname.
 Can it be done backwards?  I guess pain comes from not
being able to call os.path.split in C...

----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2003-03-25 14:43

Message:
Logged In: YES 
user_id=45365

I re-submitted this by popular demand. And, indeed, the logic could be similar to what AskFileForSave does (even though that is not 100% correct),
but this code has to be in C:-(

----------------------------------------------------------------------

Comment By: Michael Hudson (mwh)
Date: 2003-03-25 14:38

Message:
Logged In: YES 
user_id=6656

This would seem to be a dup of 585923 which is closed, fwiw.

I don't understand the comment about EasyDialogs.AskFileForSave.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=706592&group_id=5470