From: Jim I. <ji...@ap...> - 2002-03-12 18:04:50
|
No, this is a relative path. Absolute paths on the Mac look like: My Disk:Documents:My File Tcl has to do some fancy footwork with paths to try to get this right. Basically, if we see a path without any colons, we assume it is relative, and just a single file name. If it has any colons at all, then if it begins with a colon, it is relative, and otherwise it is absolute. There is some added complexity because we try to also handle "unix-looking" paths, but this is how the Mac part works. Jim On Tuesday, March 12, 2002, at 12:01 AM, Andreas Otto wrote: > > > Hi, > >> file join a b >> :a:b > > this is an absolut path name not relative > > I'm right ? > > mfg > > aotto > > _______________________________________________ > Tcl-mac mailing list > Tc...@li... > https://lists.sourceforge.net/lists/listinfo/tcl-mac > -- Jim Ingham ji...@ap... Developer Tools - gdb Apple Computer |