Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aeq.file.joinPath breaks UNC paths #50

Open
runegan opened this issue Nov 8, 2017 · 0 comments
Open

aeq.file.joinPath breaks UNC paths #50

runegan opened this issue Nov 8, 2017 · 0 comments
Labels
bug Something isn't working major
Milestone

Comments

@runegan
Copy link
Member

runegan commented Nov 8, 2017

Original report by Zack Lovatt (Bitbucket: zlovatt, GitHub: zlovatt).


Input:

var root = "\\server\path";
var folder = "foo";
var result = aeq.file.joinPath(root, folder);

Desired output: "\\server\path\foo"

Actual output: "\server\path\foo"

Note: node.path.join() handles this properly

@runegan runegan added major bug Something isn't working labels Feb 6, 2021
@runegan runegan added this to the 1.0 Release milestone Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant