Files Under Folders (fuf)

버전 1.0.0.0 (3.97 KB) 작성자: Francesco di Pierro
Recursively search for files through directory trees under given folders.
다운로드 수: 7.9K
업데이트 날짜: 2003/6/17

라이선스 보기

편집자 메모: This file was selected as MATLAB Central Pick of the Week

This function scan the folder(s) provided, and search for all files or only for those matching a wild card, specified through the * syntax.

The search can be don recursively or not and a different recursion rule can be set for each folder provided.

Depending upon an optional input argument, the function can simply return the file names or their full path.

To get the full path of a given file, FUF doesn't use the "which" command, therefore it normally works also with java function that are not loaded.

After completion, the working directory is set to the current directory at the time of the function call.

인용 양식

Francesco di Pierro (2024). Files Under Folders (fuf) (https://www.mathworks.com/matlabcentral/fileexchange/1378-files-under-folders-fuf), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R12
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Low-Level File I/O에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

버전 게시됨 릴리스 정보
1.0.0.0

major bug fixed