Greetings,
In Windows programs, file path looks example like this: (“folder/document.txt”)
But when the same are used on a mac, files simply ends up on the desktop.
What path is used, to open or have files end up in the mac program package?
Regards
Ole
Have you tried to use .nativepath?
[quote=61169:@Ole Gabrielsen]What path is used, to open or have files end up in the mac program package?
[/quote]
dim f as folderitem = app.executablefile.parent.parent.child(“Resources”).child(“filename”)
Wouldn’t the path on Windows look like folder\\document.txt
?