macOS paths
Posted: Mon Jan 26, 2026 5:23 am
HI, when I run my script from the Hollywood GUI/Interpreter, DownloadFile() saves files in the same directory as the .hws script.
But when I compile the script as a standalone macOS app (ARM64), the files are saved inside the App Bundle at MyApp.app/Contents/Resources/
How can I make it save next to the .app file instead? I am looking for a solution that can be implemented in the main script so that it remains compatible with other platforms (avoiding a macOS-only version).
Thanks!
But when I compile the script as a standalone macOS app (ARM64), the files are saved inside the App Bundle at MyApp.app/Contents/Resources/
How can I make it save next to the .app file instead? I am looking for a solution that can be implemented in the main script so that it remains compatible with other platforms (avoiding a macOS-only version).
Thanks!