Is this possible or do I have to create my own file extension?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
PJ MartinsPosted May 26, 2010, 10:41 PM
TagLib.File file = TagLib.File.Create("filepath");
file.Tag.Lyrics = textBox.Text;
file.Save();