UweKeim / ZetaLongPaths

A .NET library to access files and directories with more than 260 characters length.
https://nuget.org/packages/ZetaLongPaths
MIT License
141 stars 28 forks source link

IsPathRooted #32

Closed MustafaDaoud90 closed 3 years ago

MustafaDaoud90 commented 3 years ago

How to get IsPathRooted in ZetaLongPath? such as System.IO.Path.IsPathRooted(_path) return boolean true or false.

UweKeim commented 3 years ago

Would the method ZlpPathHelper.IsAbsolutePath() be of any help?

MustafaDaoud90 commented 3 years ago

yes, it helps me.

Thank you a lot.