Is there a version of dir that takes a path?

1 次查看(过去 30 天)
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 个评论
Stephen23
Stephen23 2018-3-30
编辑:Stephen23 2018-3-31
"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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by