Files path

The program path will be the current folder. Practically, to load a file lying in the same directory of program, you have simply to write the file name without any refer to the directory. On an opposite side, if the file is located on a subdirectory (for example "media") you have to write the name of the directory followed by the slash symbol ( / ) and then the file name (media/myfile.txt). Be aware of the use of the / symbol on Windows platform too. This make possible port programs from Windows to Linux (and vice versa) without any modifications. On Windows is possible to use the backslash ( \ ) symbol too but this is discouraged.