Re: [racket-users] accessing a directory local file to a module

2015-05-12 Thread Marc Burns
Check out define-runtime-path in the docs > On May 11, 2015, at 10:19 PM, thomas.lynch > wrote: > > I apologize if this posted before, but given a day I don't see it here.. > > I have a function with a companion data file (data file is part of the > collection). When I invoke it with a relat

[racket-users] accessing a directory local file to a module

2015-05-12 Thread thomas.lynch
I apologize if this posted before, but given a day I don't see it here.. I have a function with a companion data file (data file is part of the collection). When I invoke it with a relative path name (just the file name), racket looks for it in the directory the function is invoked from, not th