Directory/Path of a file

27 ビュー (過去 30 日間)
Bhomik Luthra
Bhomik Luthra 2013 年 7 月 1 日
Hello all
Is it possible to find the path of a filename given as input. Suppose say, I want to find the path to the file "XYZ.doc" in my system. Is there a way to find it in MATLAB?
Thanks
Bhomik

回答 (1 件)

Jan
Jan 2013 年 7 月 1 日
編集済み: Jan 2013 年 7 月 1 日
This searches the specified file name in all folders of the Matlab path:
File = which('XYZ.doc')
If this satisfies your needs depends on what exactly "your system" means. Does this mean the Matlab path, all local disks, all folders on the local disks with read access for the current user, or even all network connections? Even asking Google to search in the net is possible.

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by