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

2 Ansichten (letzte 30 Tage)
Amanda
Amanda am 5 Jan. 2021
Bearbeitet: Cris LaPierre am 9 Jan. 2021
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!!

Antworten (1)

Cris LaPierre
Cris LaPierre am 5 Jan. 2021
Bearbeitet: Cris LaPierre am 5 Jan. 2021
Look into movefile, which will move or rename a file or folder
  4 Kommentare
Stephen23
Stephen23 am 5 Jan. 2021
@Cris LaPierre: surely the overloaded string plus operation does not require the superfluous square brackets?
Cris LaPierre
Cris LaPierre am 5 Jan. 2021
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.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu File Operations finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by