~~NOTOC~~
~~Title: DownloadFile ~~
**Description:**\\
Downloads file from url to path. Path must include the fileName to save it as.
**Added In:** v0.45
====== Function ======
public static void DownloadFile(string url, string path, bool extract = false, Action action = null)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----