Skip to content

AsyncIO v1.1

Compare
Choose a tag to compare
@firenero firenero released this 01 Jun 08:15
· 8 commits to master since this release

AsyncIO

Common asynchronous operations with file system.

  • AppendAllLinesAsync
  • AppendAllTextAsync
  • CopyAsync
  • DeleteAsync
  • MoveAsync
  • ReadAllBytesAsync
  • ReadAllLinesAsync
  • ReadAllTextAsync
  • WriteAllBytesAsync
  • WriteAllLinesAsync
  • WriteAllTextAsync

Changelog

v1.1

  • Add xml documentation to all public API
  • Improve path validation performance