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

"dir md dirName" does not create the directory in the correct location #73

Closed
lbenedetto opened this issue Nov 7, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@lbenedetto
Copy link
Contributor

Subject of the issue

"dir md" creates a directory, but it is not the correct name or location

Your environment

  • Windows 10
  • Java 8
  • dev branch

Steps to reproduce

Type "dir md dirName"

Expected behaviour

If am in F:\User\Desktop\Programming\JTerm and I run the command dir md Test it should create a directory like so F:\User\Desktop\Programming\JTerm\Test

Actual behaviour

If am in F:\User\Desktop\Programming\JTerm and I run the command dir md Test it creates a directory like so F:\User\Desktop\Programming\JTermTest

@Sergix
Copy link
Owner

Sergix commented Nov 8, 2017

Ah, this is also occurring on my system. Thanks for the bug report!

I'll fix these changes after PR #67 merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants