[Tutorial Help]App Directory?

Im new to this and and doing the tutorial on the meteor site and im at the point where its teaching me collections. its says this “In a new terminal tab, go to your app directory and type:” i have a new cmd prompt open but im not sure how to go to my app directory in it. Im on windows 10 btw.

Hello and welcome!

Please read this article, it will help you to get the basics which you need to know if you want to become a web developer: http://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/

For this case, what you’re looking for is a cd command. You use it like this:

cd c:\absolute\path\to\folder

or without slash if you want to go to a child directory:

cd relative\path\to\folder

You can get the list of children folders with command dir.