Skip to content

Instantly share code, notes, and snippets.

View DJJonnyFeeke's full-sized avatar

Jonathan Feeke DJJonnyFeeke

  • Zutari South Africa
  • Cape Town, South Africa
View GitHub Profile
@DJJonnyFeeke
DJJonnyFeeke / iTunesPlaylistManager.applescript
Created November 21, 2017 12:31
iTunes Playlist Manager
(*
"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 : ""
@DJJonnyFeeke
DJJonnyFeeke / File and Folder Functions.cs
Last active September 18, 2017 15:30
File and Folder - Create/Copy/Move/Delete
///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>