You should start by checking that `println(@__FILE__)` gives what you want. (Note that if you are running this in the REPL then that macro and Base.source_path are both undefined).
On Fri, Aug 1, 2014 at 10:13 AM, Júlio Hoffimann <[email protected]> wrote: > 2014-08-01 9:05 GMT-03:00 Jameson Nash <[email protected]>: > > Usually you want @__FILE__ not Base.source_path() > > > Thanks Jameson, but I got the same error saying the file was not found. > > Any other hint? > > Júlio. >
