| Did you know ... | Search Documentation: |
| file->copy |
->copy
operations in XPCE. The example below defines an obvious Prolog
predicate using this method.
copy_file(From, To) :-
send(file(To), copy, from).
Bugs: Does not yet copy the mode attributes.