Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 340 Bytes

File metadata and controls

14 lines (10 loc) · 340 Bytes

TempFolder

NuGet version (TempFolder)

Using

using (var temp = TempFolderFactory.Create()) {
  var tempPath = temp.Path;
  
  <do something>
}

Temp folder will be deleted automatically after using block exit