Changing the start folder for compiled standalone app
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Riccardo Barilli
le 2 Nov 2020
Commenté : Christian Hermann
le 12 Juin 2023
After a standalone packaging, when I install the app in Windows Environment (asking for shortcut on desktop) and I launch the app from the shortcut, the "working" path seems to be the desktop.
For example, the log file is created in the desktop with other files I need to create during the startup. I know how to get the path of ctfroot and the exe folder, but is there a way to change the path in which the app works?
Actually it seems that the app works in the pwd path because when I try the command in the compiled app the result is the desktop path.
Thank you
0 commentaires
Réponse acceptée
Rishik Ramena
le 19 Mar 2021
Have a look at this answer. You would need to add the required parts of this code to the OpeningFcn() of your application.
1 commentaire
Christian Hermann
le 12 Juin 2023
The solution there only works for normal shortcuts. For shortcuts created through the installer the problem is still there...
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!