~~NOTOC~~ ~~Title: CreateDesktopShortcut ~~ **Description:**\\ Creates a desktop shortcut. Works on all OS's. **Added In:** v0.45 ====== Function ====== public static void CreateDesktopShortcut(string linkName, string targetPath, string workingDir = null, string arguments = null, string description = null) ---- \\ ====== Usage ====== //Coming soon ---- \\ ====== Examples ====== //Coming soon ----