| Did you know ... | Search Documentation: |
| directory->exists |
->make.
A typical sequence to ensure the existence of a directory is:
... new(D, directory(Path)), ( send(D, exists) -> true ; send(D, make) ), ...
See also directory->access.
->access