Skip to content

What's a Binlink?

hammy3502 edited this page Mar 6, 2020 · 1 revision

Long story short, running a binlink simply moves you to the directory that your installed program is in before running the previously specified program/bin.

For example, if I installed the program "my_program" with a file inside called "run_program" that I wanted to run, a binlink would first enter the directory of "my_program" then run the file "run_program". This way, when a program is run, it has access to all of its files.

Clone this wiki locally