Skip to content

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

2 stars

Watchers

1 watching

Forks

Contributors

Languages