renaming mat and subdirectories
이전 댓글 표시
Thousands of files and subdirectories contain as part of their names a wrong name "Naic" that I want to change to "Trace". Is it possible to do in an easy way. i.e is it possible to replace a name in thousands of files and subdirectories easily?
댓글 수: 2
Rick Rosson
2011년 9월 3일
Are all of these files and subdirectories stored in one top-level parent directory?
joseph Frank
2011년 9월 3일
답변 (2개)
Walter Roberson
2011년 9월 3일
0 개 추천
Rick Rosson
2011년 9월 3일
Please take a look at the following functions:
>> doc genpath
>> doc dir
>> doc movefile
>> doc regexprep
I think you can create a script to do what you are asking using these functions.
HTH.
Rick
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!