Effacer les filtres
Effacer les filtres

How to get user homepath?

42 vues (au cours des 30 derniers jours)
Wictor Oliveira
Wictor Oliveira le 1 Sep 2022
I want to get the user homepath in windows, the same as when I type '%homepath%' in the file explorer.
Example: 'C:\Users\USERNAME'
I am currently using this:
home_path = strrep(userpath,'Documents\MATLAB','')
but I'm afraid it might not work for all users depending on the way they installed matlab.
Is there a less 'hardcoded' way to get the user homepath in windows?

Réponse acceptée

Steven Lord
Steven Lord le 1 Sep 2022
Does getenv do what you want?
  1 commentaire
Wictor Oliveira
Wictor Oliveira le 6 Sep 2022
Thank you! That's an improvement.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Manage Products dans Help Center et File Exchange

Tags

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by