[gambit-list] keywords in standard mode

Nguyen Thai Ngoc Duy pclouds at gmail.com
Thu Jul 23 23:41:26 EDT 2009


On Fri, Jul 24, 2009 at 11:30 AM, Marc Feeley<feeley at iro.umontreal.ca> wrote:
>
> 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))
>

Thanks. Works great!
-- 
Duy



More information about the Gambit-list mailing list