You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: