Aug-26-2024, 07:31 PM
My question is a bit complex but simple at the same time.
I designed an application for a client. They want me to install the application on a Mac as well as Windows. This application uses images and csv file located in the same folder as the exe file. So access to those images are simple just by using the"./(filename)" path. My question is this, seeing as folder paths are different in Mac than Windows, will i still be able to have access to those files if they are located in the same path as the dmg file? or do i have to do some wizardry in the designing of the application to make it work on both Windows and Apple devices?
I designed an application for a client. They want me to install the application on a Mac as well as Windows. This application uses images and csv file located in the same folder as the exe file. So access to those images are simple just by using the"./(filename)" path. My question is this, seeing as folder paths are different in Mac than Windows, will i still be able to have access to those files if they are located in the same path as the dmg file? or do i have to do some wizardry in the designing of the application to make it work on both Windows and Apple devices?