os_sub


collect files and sub-directories

This is a versatile library for looking into the contents of file systems.
The main scenario is that of finding all the directories and files within a single directory.
There is a large number of options that can control the behaviour of the library predicates.

highlights

This library has been developed and (only) tested on linux systems. It should work on other OSes as well.

installation

It is highly recommended that you install from within SWI using its package manager.
To install simply do:

?- pack_install(os_sub).

And then load by:
?- [library(os_sub)].

materials

module documentation: os_sub.hml
sources: packs/os_sub

author

Nicos Angelopoulos
---
London
November, 2013