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 SMBDirectory.Exists to call SMBFile.Exists #38

Closed jordanlytle closed 4 years ago

jordanlytle commented 4 years ago

This fixes a bug where SMBDirectory.Exists returns true for both files and Directories.