I want the file manipulation popup in racket/gui to display a specified dir, not the current directory. Is that possible? (get-file #f f) ;displays the popup showing the current directory in frame f.
I expected the following to display the popup showing the specified directory but it does not: (get-file (string->path "/home/don/projects") f) Any suggestions? Don -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/c1fdeeb1-e2c1-4ff1-8353-2d6e61399a61n%40googlegroups.com.

