Reading and renaming files

5 views (last 30 days)
Edward
Edward on 14 May 2012
Hi, i'm wondering if there's a function to get all the file names/file info in a directory?
If so, is there another function to rename files/edit file info?
I'm trying to rename music tracks with file names "title - artist" and change this just to "title" which i will probably use regexp for.
Thanks

Accepted Answer

Jan
Jan on 14 May 2012
help dir
help movefile
What do you mean by "file info"?
  1 Comment
Edward
Edward on 14 May 2012
By file info i mean all the information you would see if you were looking at the file in windows explorer. For example, file size, file type, title, comments etc..

Sign in to comment.

More Answers (0)

Categories

Find more on File Operations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!