pathlib icon indicating copy to clipboard operation
pathlib copied to clipboard

Path manipulation library for .Net

Results 10 pathlib issues
Sort by recently updated
recently updated
newest added

It would be nice to have a 'safe settings' that would allow the factory options to use a flag which would throw an exception upon any reserved path. Currently, it...

Hello! As I was working with the library, this method kept throwing me off: ![image](https://user-images.githubusercontent.com/12589359/169684803-2f97a87e-d8e6-43a2-8f2c-bac35f9daa0c.png) The documentation says `join current path with provided paths`. I would think that it would...

This is a continuation of my previous issue #15 - I wanted to keep the two items seperate because technically they are different issues. ![image](https://user-images.githubusercontent.com/12589359/169685235-ee840c73-9e52-405d-a483-5633cb1e1e39.png) If I provide (2) paths...

In addition to deleting a file, it would be nice to be able to send it to the user's trash folder. The challenge in this one is that various OSes...

It would be useful to have an `IsEmpty` method for directories to check whether or not they have anything inside.

Do we check that `...` (or more) is an invalid path on Windows? It's totally ok on POSIX

Possible integration with named pipes? They use the same concept of a file path.

Since this library is essentially a wrapper for strings, is there any benefit to breaking out of the "managed" mold and using direct memory copying to get some speed improvements?...

enhancement
question

It would be cool to be able to represent remote files and access file metadata/streams for them. Would have to be optional and likely depend on third-party libraries for the...

enhancement

The library currently does not support "extended path" identifiers, but it has no length requirement (other than the max length of a .Net string). If you find yourself needing this...