How to specify paths relative to a file rather than current directory?

using these two inside this .jl file

@__FILE__
@__DIR__

should be helpful, since you can find the relative path starting from a given file in your project folder