Current App Installation Folder

I want to be able to get the App Install Folder without checking from the 'Preferences' section.
Is there a matlab function (or any function at all) to get the Apps Install Folder from the matlab command line?
Thanks.

 Risposta accettata

One way:
files = matlab.apputil.getInstalledAppInfo;
[path,~,~] = fileparts(files(1).location)

2 Commenti

Oyeniyi
Oyeniyi il 24 Mar 2014
This works! Thanks
How can the new and recently App created add the path automatically when it is launched from the App bar?, any idea?

Accedi per commentare.

Più risposte (0)

Categorie

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by