Sergix / JTerm

A terminal written in Java for cross-platform compatibility and usage.
https://sergix.github.io/projects/jterm
GNU General Public License v3.0
52 stars 32 forks source link

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

Closed lbenedetto closed 7 years ago

lbenedetto commented 7 years ago

Subject of the issue

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

Your environment

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 commented 7 years ago

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

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