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