File properties of mp3 file

  • Thread starter Thread starter Fred Morrison
  • Start date Start date
F

Fred Morrison

I'm looking to look at and change the Track Title property of an mp3 file.
I have a FileInfo object for the file in question, but I don't see a way to
access something like, for example, fileInfo.Properties("TrackTitle") as a
string. The reason I want to access and change the Track Title is to
shorten it for quicker viewing on my cell phone as I scroll through the list
of mp3's.

I'm using .Net Framework 2.0 in C#.
 
Back
Top