Skip to content

Helper for creating temporary folders that are automatically deleted after use

License

Notifications You must be signed in to change notification settings

OnlyFart/TempFolder

Repository files navigation

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

About

Helper for creating temporary folders that are automatically deleted after use

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages