exists task

master
Martin Polanka 7 years ago
parent bd075bafb8
commit 0d2b0fa74c

@ -115,6 +115,7 @@ test will fail anyway.
- **Truncate task** cuts off data from the end of a file so that it fits a limit
supplied as an argument. This is done in place, using
[boost::filesystem::resize_file](http://www.boost.org/doc/libs/1_60_0/libs/filesystem/doc/reference.html#resize_file).
- **Exists task** is simple task which checks if given paths exists. Arbitrary number of arguments can be given and all of them are going to be checked on existance.
### External tasks

Loading…
Cancel
Save