[gambit-list] keywords in standard mode

Marc Feeley feeley at iro.umontreal.ca
Thu Jul 23 21:30:13 EDT 2009


On 23-Jul-09, at 9:04 PM, Nguyen Thai Ngoc Duy wrote:

> Hi,
>
> I'd like to show hidden files in standard mode. According to Gambit
> document, I need to use open-directory-port with ignore-hidden keyword
> but that wouldn't work in standard mode. Is there any way to make
> keywords work in standard mode, or another way to tell
> open-directory-port to list hidden files?
>
> Thanks,

 > (directory-files
     (list (string->keyword "path") "mydir"
           (string->keyword "ignore-hidden") #f))

Marc




More information about the Gambit-list mailing list