How can I add an extension to all files in a folder?

1 次查看(过去 30 天)
How can I add an extension to all files in a folder?
The current filetype is simply "File"
For every IM001 to IM195 file, I want to add the extension .nii
I have several hundred to several thousands of "files" in each folder, and this is just one folder.
Is there a script I can try using to do this?
Thanks!!

回答(1 个)

Cris LaPierre
Cris LaPierre 2021-1-5
编辑:Cris LaPierre 2021-1-5
Look into movefile, which will move or rename a file or folder
  4 个评论
Stephen23
Stephen23 2021-1-5
@Cris LaPierre: surely the overloaded string plus operation does not require the superfluous square brackets?
Cris LaPierre
Cris LaPierre 2021-1-5
True, it doesn't. I'd intilially written it without the plus and using single quotes, which does, but then saw the user has R2020a so switched to plus and double quotes. Just overlooked removing the square brackets.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 File Operations 的更多信息

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by