I know I can add new tag items to a flac file with the following code.
Set dMC = New DMCSCRIPTINGLib.Converter
dMC.WriteIDTag FilePath, "TagName", "TagValue"
Is it possible to delete a specific tag?
I have not found any function in this library that looks like it would delete a tag.
Anybody know if it is possible?
Thanks
Set dMC = New DMCSCRIPTINGLib.Converter
dMC.WriteIDTag FilePath, "TagName", "TagValue"
Is it possible to delete a specific tag?
I have not found any function in this library that looks like it would delete a tag.
Anybody know if it is possible?
Thanks
Comment