How to get user homepath?

38 views (last 30 days)
Wictor Oliveira
Wictor Oliveira on 1 Sep 2022
Commented: Wictor Oliveira on 6 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?

Accepted Answer

Steven Lord
Steven Lord on 1 Sep 2022
Does getenv do what you want?

More Answers (0)

Categories

Find more on Manage Products in Help Center and File Exchange

Tags

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!