Hi,
To explain once my app is added to windows path you can simply call it from CMD and you
know how when you run a console it opens up a default folder and you can navigate to a
new on by using cd .. and cd path command. I want to get that path to my app.
Meaning you open CMD, go cd.. cd.. etc to where you want to create a new project say C:\
and once there you just run: create project name and it will create the project in that
directory.
How do i get the path where user using the CMD is at ?