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
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