jordanlytle / SmbAbstraction

Implements the System.IO.Abstractions interfaces for interacting with the filesystem, and adds support for interacting with UNC or SMB paths
MIT License
6 stars 8 forks source link

Update System.IO.Abstractions to 9.0.6 and remove unused properties and methods #9

Closed Jo0 closed 4 years ago

Jo0 commented 4 years ago

Update System.IO.Abstractions to 9.0.6

Remove InvalidPathChars property from SMBPath as it is no longer used.

Remove Create(DirectorySecurity directorySecurity) method from SMBDirectoryInfo as it is no longer used