Is there a version of dir that takes a path?

1 visualizzazione (ultimi 30 giorni)
Brando Miranda
Brando Miranda il 30 Mar 2018
Modificato: Stephen23 il 31 Mar 2018
I want to use `dir` to get some list of files. But to do this I need to cd into a directory which seems really dum. Is there not a version of dir that just takes a path? i.e. something like:
dir('~/cool/path/files_*')
this way I specify the path and only the files with that format without having to cd into places.
  2 Commenti
Stephen23
Stephen23 il 30 Mar 2018
Modificato: Stephen23 il 31 Mar 2018
"But to do this I need to cd into a directory which seems really dum."
The dir documentation clearly states that it accepts "absolute or relative path names". See also:
It is possible that ~ is not supported on your OS.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su File Operations in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by