How to get user homepath?

50 ビュー (過去 30 日間)
Wictor Oliveira
Wictor Oliveira 2022 年 9 月 1 日
コメント済み: Wictor Oliveira 2022 年 9 月 6 日
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?

採用された回答

Steven Lord
Steven Lord 2022 年 9 月 1 日
Does getenv do what you want?
  1 件のコメント
Wictor Oliveira
Wictor Oliveira 2022 年 9 月 6 日
Thank you! That's an improvement.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by