https://github.com/shuttle/shuttle.core.filesystem
Abstractions for the System.IO namespace.
https://github.com/shuttle/shuttle.core.filesystem
Last synced: 12 months ago
JSON representation
Abstractions for the System.IO namespace.
- Host: GitHub
- URL: https://github.com/shuttle/shuttle.core.filesystem
- Owner: Shuttle
- License: bsd-3-clause
- Created: 2019-09-11T07:09:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T14:31:32.000Z (about 6 years ago)
- Last Synced: 2025-03-03T23:57:07.708Z (about 1 year ago)
- Language: C#
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shuttle.Core.FileSystem
```
PM> Install-Package Shuttle.Core.FileSystem
```
Provides abstractions/interfaces for relevant static types in the `System.IO` namespace.
The interfaces have the exact signatures as found in the `System.IO` namespace. There is also always a default implementation that delegates to to the `System.IO` type.
|Interface|Default implementation|
|---|---|
|`IDirectory`|`DefaultDirectory`|
|`IFile`|`DefaultFile`|