Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 381 Bytes

Summary.Pipes.IO.CleanupDirPipe{I}.md

File metadata and controls

15 lines (11 loc) · 381 Bytes
public class CleanupDirPipe<I> : IPipe<I, I>

Cleans up a given directory by deleting and re-creating it.

Methods

public Task<I> Run(I input)

Asynchronously processes the specified input and returns the output.