Type:
Class

######################################################################### A FileTask is a task that includes time based dependencies. If any of a FileTask's prerequisites have a timestamp that is later than the file represented by this task, then the file must be rebuilt (using the supplied actions).

timestamp

timestamp() Instance Public methods

2015-04-30 06:57:08
needed?

needed?() Instance Public methods Is this file task needed? Yes if it doesn't

2015-04-30 06:51:16