Hi, I'm developing a project using SFML and I have such a folder structure that in the main folder I have /source for code files and /resources for resources. Now, I wanted to load a font to the text using "../resources/fonts/RubikDirt-Regular.ttf" but it does not work. It seems like going up the tree is the problem since the absolute path works fine and I've also used relative paths without dots many times before.
Is there any way to go up the hierarchy in the relative path that works with SFML or do I have to redesign the hierarchy?