I need to delete a shortcut but the code I wrote will not work.
System.IO.File.Delete("C:/WINDOWS/Example.Ink"); // This returns no errors at all, just nothing happens.
Does anyone have an idea on an alternate way to delete a shortcut?
Any help is appreciated =D