How can I add an extension to all files in a folder?
4 ビュー (過去 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!!
0 件のコメント
回答 (1 件)
Cris LaPierre
2021 年 1 月 5 日
編集済み: Cris LaPierre
2021 年 1 月 5 日
4 件のコメント
Stephen23
2021 年 1 月 5 日
@Cris LaPierre: surely the overloaded string plus operation does not require the superfluous square brackets?
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 Center および File Exchange で File Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!