Zstandard.Net icon indicating copy to clipboard operation
Zstandard.Net copied to clipboard

Fix null "root" path when loading libzstd.dll

Open ducng99 opened this issue 4 years ago • 0 comments

Path.GetDirectoryName can return null, which will then break Path.Combine. Passing string.Empty or "" or Directoy.GetCurrentDirectory() to Combine() will be more reasonable

ducng99 avatar Sep 11 '21 06:09 ducng99