Relative Paths

"./" refers to the location of the file calling the function.
"~/" refers to the root-child the file lives in ("Game/Scripts/Client/somefile.cs" becomes "Game/Scripts")
"/" or nothing, refers to the location of the executable.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License