TruePath icon indicating copy to clipboard operation
TruePath copied to clipboard

File path abstraction library for .NET.

Results 32 TruePath issues
Sort by recently updated
recently updated
newest added

Currently we need to do a `new AbsolutePath(Environment.GetFolderPath(Environment.SpecialFolder.Programs))`, but probably it worth to make this more short? Something like extension methods for `enum Environment.SpecialFolder`, which will be used like `Environment.SpecialFolder.Programs.AsAbsolutePath()`.

enhancement
help wanted
good first issue

Currently it's unclear whether it's supposed to be with leading dot or not.

enhancement
help wanted
good first issue