Availability:
:- use_module(library(http/http_dirindex)).
//
- order_by(+Field)
- Sort the files in the directory listing by Field. Field
is one of
name
(default),size
ortime
. - order(+AscentDescent)
- Sorting order. Default is
ascending
. The altenative isdescending
- name(:RenderName)
- DCG used to render a name in the table. The File is passed.