UweKeim / ZetaLongPaths

A .NET library to access files and directories with more than 260 characters length.

Home Page:https://nuget.org/packages/ZetaLongPaths

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetDirectoryRoot(_path)

MustafaDaoud90 opened this issue · comments

How to get GetDirectoryRoot() in ZetaLongPath?
such as System.IO.Directory.GetDirectoryRoot(_path)

Could you check whether ZlpPathHelper.GetDriveOrShare() might help?

Alternatively, ZlpPathHelper.GetDriveOrShareAndDirectory() might also help.

yes, it helps me.

Thank you a lot.