Just curious if there is a simpler way of creating a FolderItem, this seems a little esoteric and leads me to think i am not doing this the best way?
Dim f as FolderItem
f = Volume(0).Child("Users").Child("me"). Child("Desktop").Child("test.txt")
I would expect (knowing nothing of Xojo) that I should be able to do this, but doens’t seem to work.
f.setPathAsString = “c:\users\me\desktop\test.txt”