Azzera filtri
Azzera filtri

"exist" command usage question

3 visualizzazioni (ultimi 30 giorni)
Raldi
Raldi il 14 Gen 2012
Hello everyone. I wanted to know if it is possible to use a the "exist" command to check if a directory exists, nomater the username of the user eg. check=exist('C:\Users\<user_name>\---\---\---\somedit','dir') Is there a way to somehow get the username or something?

Risposta accettata

Walter Roberson
Walter Roberson il 14 Gen 2012
You can retrieve the username by using getenv('USERNAME') in MS Windows
I would suggest that you probably want to use getenv('HOMEPATH') as the base location for the directory to store files.

Più risposte (1)

Andreas Goser
Andreas Goser il 14 Gen 2012
I'd say once you know the file exits on the path, the WHICH command will also be able to find the file - and return the path. Only thing left is to do a reasonable string operation to isolate the username part.

Categorie

Scopri di più su Search Path in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by