2008-10-29 05:56 PM
2008-10-29 06:39 PM
Joachim wrote:I have not experimented to see what path formats the add-on wants to see, but the Mac uses at least two formats. The one you show above is a Posix/Unix one - but is missing the initial "/" to indicate that Users is a root folder of the active/boot drive. (There is a unix way to address other disk drives, too.)
Can anybody tell me the correct syntax of the fullpath keyword for MAC OS 10.5 for the GDL DATA and TEXT ADDON (as I am new on MAC):
"Users/joe/Documents/Bauten/GDL/name.txt"
does not work.
POSIX path of file "HD:Users:me:Documents:Welcome.txt"PPS The syntax used in the Options > Work Enironment > Special Folders is most likely what the GDL add-on uses - and that is the Mac-style ":" path. (I find this really annoying because it forces your hard drive name to be part of the path - and if you change the disk name, the paths no longer work...a problem if you clone your OS onto multiple partitions: stuff will not work correctly on the clone as there is no concept of 'active drive', only the hard-coded disk name.)
-- result: "/Users/me/Documents/Welcome.txt"
2008-10-29 09:20 PM
Macintosh HD:Users:joe:Documents:Bauten:GDL:name.txtworks well and the syntax of the special folder correspondents with it.