File path
From GMpedia.org Wiki
A 'file path is the term which describes the destination of a file (i.e. where it is located).
Let's represent a file in this cascading form:
- C: DRIVE
- Program Files
- My Game
- Bin
- game.exe
- Bin
- My Game
- Program Files
The file path would be:
C:\Program Files\My Game\Bin\game.exe

