This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* | |
"DJ Jonny F's iTunes Repair" for iTunes | |
written by Jonathan Feeke | |
[email protected] | |
*) | |
--===========LIST OF DEFAULT VARIABLES===========-- | |
property my_title : "DJ Jonny F's iTunes Repair" | |
property myFileName : "" | |
property newName : "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///I tried to create a compact way to perform all the functions and return proper messages when necessary. | |
/// | |
using System; | |
using System.IO; | |
using System.Runtime.Serialization; | |
/// <summary> | |
/// File Methods | |
/// </summary> |