Using readcsv("filename.csv") to get data into an array.
This works with iJulia if the files are in the same directory.
As soon I try the same in LightTable and Juno :: it pops up with errors.
I am currently getting round this by specifying the full path, but don't
wish to in the future, as it will mean that the code is not portable to
another machine.
Am I doing something wrong and is there a way to just have the short path
to what I consider the working directory where all the files are?
Thanks in advance
Will