I think my question is quite simple, but I can’t find a solution.
I want to create a file in a folder that’s located near the application file (MacOS).
To create a new folder:
dim fi as FolderItem = getFolderItem( "MyFolder" )
fi.CreateAsFolder
And now I need to get a FolderItem for the file inside this folder. How can I do it?
This will get you pretty close to what you want.