Just a note...
f = f.child("..")
is the same as f = f.parent !
I have checked LR, but noting about it..
Test:
dim f as folderitem = DesktopFolder
f = f.child("..")
f = f.Child("hello.txt")
EditField1.Text = f.AbsolutePath
Result: Macintosh HD:Users:sveneolsson:hello.txt
Sven E
-----------------------
REALbasic2006R4 OS X 10.4.8 Intel and 10.4.6 PPC
SEEdit Maxi THE XHTML EDITOR FOR MACINTOSH
http://www.seedit.info
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>