rename files GUI

版本 1.2.0.0 (3.5 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