"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
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 commanddir md Test
it should create a directory like soF:\User\Desktop\Programming\JTerm\Test
Actual behaviour
If am in
F:\User\Desktop\Programming\JTerm
and I run the commanddir md Test
it creates a directory like soF:\User\Desktop\Programming\JTermTest