I have a promotion path that points to some directory. How to create a path pointing to a file in this directory?
Please comment if this is an obvious thing. Im new to C ++ and in Java it's easy:
File file = new File(theDirectory, "filename.txt");
emesx source share