rename files GUI

버전 1.2.0.0 (3.49 KB) 작성자: Stefano Gianoli
A gui utility to rename file(s) in a directory.
다운로드 수: 4.1K
업데이트 날짜: 2016/4/24

라이선스 보기

A gui utility to rename file(s) in a directory. This gui contains
two list box:
on the lefthand side is the contents of the current directory,
on the righthand side are the files selected for renaming
a button '>' is used to select the files
a button 'Rename' start the actual renaming process
a button 'dir' to select the work directory
a thick box to specify wether to rename read only files or not
the user, in order to rename files, must
1) select the working directory with the button 'dir'
2) select the file(s) on the righthand side window with mouse and 'ctrl'
to make multiple selaction of non-adiacent files
3) press the putton '>' to select the files and choose the new name:
the character that cannot be changed in multiple selection are
represented by '?' (question marks), the remaining character can be
changed or removed; characters can be also added, thus the resulting
filename(s) will become longer.
4) press the button 'Rename' to start the renaming. A progress bar shows
the progress of the operation.
Version 2
Is now possible to change the extention in multiple selections:
At the point 3) write the new name starting with a dot.
The first three characters after the dot will be used as the new
extention. Otherwise, no matter the number of selected files, using
the expresssion *.ext1 *.ext2

인용 양식

Stefano Gianoli (2024). rename files GUI (https://www.mathworks.com/matlabcentral/fileexchange/7077-rename-files-gui), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

- bugfix for Matlab 8.4 (R2014b) or above

1.1.0.0

open source BSD License added

1.0.0.0

renaming files is now possible
.ext for the selected files
*.ext1 *.ext2 for all the files in the directory