From: Jim I. <ji...@ap...> - 2001-12-17 18:08:06
|
Yeah, the Carbon calls - like the Nav Services calls we use here - don't take Unix paths. There is a pretty simple converter API, I just need to preprocess the initialdir... Jim On Sunday, December 16, 2001, at 06:28 PM, Tony Lownds wrote: > tk_getSaveFile doesn't accept unix-style pathnames. > > () 5 % tk_getSaveFile -initialdir / > bad directory "/" > () 6 % tk_getSaveFile -initialdir : -- works fine > () 7 % tk_getSaveFile -- works fine > > Note that the 'pwd' and 'file join' commands both use / > > () 11 % pwd > / > > () 12 % file exists / > 1 > > -Tony > -- > _______________________________________________ > Tcl-mac mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac > -- Jim Ingham ji...@ap... Developer Tools - gdb Apple Computer |