On Fri, Sep 2, 2011 at 5:01 PM, Ludovic Courtès <[email protected]> wrote:
> Hi, > > Nala Ginrut <[email protected]> skribis: > > > Let me retell my need, I need the function returns a sorted list which > > contained "." and "..". Is it easy to implement it with > 'file-system-fold'? > > Currently ‘file-system-fold’ dismisses dot and dot-dot; why do you need > them? > > Ludo’. > Maybe "." and ".." is unnecessary , I just want to list a directory in HTML to client. Anyway, I can generate a "parent directory" to point to last level dir. And how about the sort? I need a sorted result. 'scandir' do it automatically, will 'file-system-fold' provide a easy way?
