Thankyou, will try this..
On Monday, October 6, 2014 1:48:56 PM UTC+1, Daniel Høegh wrote:
>
>
> You can circumvent the problem by inserting this in the top of a
> script/file:
> cd(dirname(@__FILE__))
>
>
>
> Den søndag den 5. oktober 2014 22.18.55 UTC+2 skrev will ship:
>>
>> 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
>>
>>