How to get user homepath?

42 visualizaciones (últimos 30 días)
Wictor Oliveira
Wictor Oliveira el 1 de Sept. de 2022
Comentada: Wictor Oliveira el 6 de Sept. de 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?

Respuesta aceptada

Steven Lord
Steven Lord el 1 de Sept. de 2022
Does getenv do what you want?
  1 comentario
Wictor Oliveira
Wictor Oliveira el 6 de Sept. de 2022
Thank you! That's an improvement.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Manage Products en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by