Hi,
I would like to know the meaning of "..\.." in a project properties (Additional Include Directories).
I think this means all folders above and below, but i would like to be sure.
Thanks and regards,
MoonDragon
.. means parent directory.
/ or \ is the directory separator.
Example: If the path is relative /usr/local/share/ then ../.. gives you the directory /usr/.
Last edited on
In "Additional Include Directories", does ../.. includes all subdirectories?
Last edited on