you could do something like this:

FILE* fp = file_open("folder\\another folder\\file.txt");

Or something along the lines of that. Just use the escape sequence \\ for a \ to define your path.