public class CleanupDirPipe<I> : IPipe<I, I>
Cleans up a given directory by deleting and re-creating it.
public Task<I> Run(I input)
Asynchronously processes the specified input and returns the output.
public class CleanupDirPipe<I> : IPipe<I, I>
Cleans up a given directory by deleting and re-creating it.
public Task<I> Run(I input)
Asynchronously processes the specified input and returns the output.