including files that are not in the same folder

I want to use some functions I created in a class for another project.
I knew one way to do it (not elegant at all) is to copy the file in the current folder and then use #include.

Is there a better way?

Thanks,

#include "directory/of/your/file.h"
Topic archived. No new replies allowed.