Closed Kaplas80 closed 4 years ago
Fixes bug when calling NodeFactory.FromDirectory using a path with double slashes.
NodeFactory.FromDirectory
Node node = NodeFactory.FromDirectory("/tmp//oypdxh0j.dkq", "*", "name", true);
Closes #139
:tada: This issue has been resolved in version v3.1.0 :tada:
The release is available on:
Description
Fixes bug when calling
NodeFactory.FromDirectory
using a path with double slashes.Example
Closes #139