Search results for query: *

  1. J

    reading mp3 ID3 tag, how to delete file after reading from it, says locked in process

    Thanks for fixing my post. Your reply is exactly what I was thinking, though there is no close or dispose method available. I left the author of the .dll a message a while back, but never received a reply.
  2. J

    reading mp3 ID3 tag, how to delete file after reading from it, says locked in process

    Hello. I am loading all the .mp3's in a folder using Dim fileArray() = di.GetFiles("*.mp3") I loop through all the files and read the ID3tags. My intention is to rename the mp3 file name using the ID3 tag. I was having issues doing this, so what I do is create a copy of the mp3 and then rename...
Back
Top