Re: [racket-users] Re: HTDP2e part 4: 20.3 Refining Functions dir.rkt

2020-03-20 Thread Ben Greenman
On 3/20/20, Aron Zvi wrote: > Thanks for your reply Ben. > > I understand that I am supposed to be getting a Dir instance. > My confusion is indeed regarding the value of the name field of Dir for > which I get a (full) path symbol of the directory and not just the folder > name as I would

[racket-users] Re: HTDP2e part 4: 20.3 Refining Functions dir.rkt

2020-03-20 Thread Aron Zvi
Thanks for your reply Ben. I understand that I am supposed to be getting a Dir instance. My confusion is indeed regarding the value of the name field of Dir for which I get a (full) path symbol of the directory and not just the folder name as I would expect. When I run (create-dir "test") and