| Did you know ... | Search Documentation: |
| text_item->indicate_directory |
->complete
if the expansion is unique. It provides a possibility to indicate that
this string represents a
directory. Class file_item from the PCE/Prolog library
defines this method as:
indicate_directory(_FI, Dir:string) :->
( send(directory(Dir), exists)
-> send(Dir, ensure_suffix, /)
; true
).
->complete