From 0d2b0fa74cb1084d5039c2aba19f137cca007db6 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 23 Dec 2017 14:20:49 +0100 Subject: [PATCH] exists task --- Job-configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Job-configuration.md b/Job-configuration.md index ca273c0..37fe9ce 100644 --- a/Job-configuration.md +++ b/Job-configuration.md @@ -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