Closed MustafaDaoud90 closed 3 years ago
How to get GetDirectoryRoot() in ZetaLongPath? such as System.IO.Directory.GetDirectoryRoot(_path)
Could you check whether ZlpPathHelper.GetDriveOrShare() might help?
ZlpPathHelper.GetDriveOrShare()
Alternatively, ZlpPathHelper.GetDriveOrShareAndDirectory() might also help.
ZlpPathHelper.GetDriveOrShareAndDirectory()
yes, it helps me.
Thank you a lot.
How to get GetDirectoryRoot() in ZetaLongPath? such as System.IO.Directory.GetDirectoryRoot(_path)