3.3 library(http/http_dirindex): HTTP directory listings
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • The HTTP server libraries
          • library(http/http_dirindex): HTTP directory listings
            • http_reply_dirindex/3
            • directory_index//2
            • mime_type_icon/2
[det]directory_index(+Dir, :Options)//
Show index for a directory. Options processed:
order_by(+Field)
Sort the files in the directory listing by Field. Field is one of name (default), size or time.
order(+AscentDescent)
Sorting order. Default is ascending. The altenative is descending
name(:RenderName)
DCG used to render a name in the table. The File is passed.