[racket] Want to understand about how to use incomplete paths produced by directory-list.
On May 11, 2012, at 12:43 PM, Don Green wrote:
> Wondering...
> Is the best way for me to learn about how to use Racket paths:
> a) by asking the question in this mailing list,
> OR,
> b) by looking in some repository that has information on this. (If I should look in a repository, which one?)
> THANKS!
I can't seem to find a section on paths in the Racket Guide but the Racket Reference has a chapter on paths:
http://docs.racket-lang.org/reference/Manipulating_Paths.html?q=path
Does this help or do you need examples above and beyond that? -- Matthias