Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarified libraries purpose.
  • Loading branch information
vector-man authored Jun 12, 2023
1 parent 8101df5 commit c18c3ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ObjectivePaths
ObjectivePaths is a wrapper for .NET filesystem operations. ObjectivePaths attempts to make dealing with filesystem paths less error-prone, by treating each directory and file as an object. View Demo project to see an example.
ObjectivePaths for .NET is a library for filesystem operations. ObjectivePaths attempts to make dealing with the filesystem easier, by treating each directory and file as an object.

Because of its design, custom filesystems can be plugged in to further enhance the library.
View Demo project to see an example.

## Examples:
// Chaining:
Expand Down

0 comments on commit c18c3ef

Please sign in to comment.