00:02
Okay, this question wants us to create this directory, and then from there put a file in it that's going to store text data in later exercises.
00:11
So, just so it's easier for you to see what's going on, since we're already working inside this file i .o., we're just going to make that the working directory.
00:23
So instead of picking this random c -drive location to be where we're going to do our work, it makes much more sense to just do it in the file.
00:32
File i.
00:33
But if you wanted to, you could create these directories in the same exact method, and then just do it from there.
00:43
But i like to work all in this one project folder, so we're just going to do that.
00:48
So to start, i'm just going to copy the full path of this file i .o.
00:59
So in there, i'm going to say that a string is called our file path is equal to, and then remember we need an ampersand and quotes and then we put our full path in the middle and so that just gets us to the directory and again if you had to make any other directories you just use the directory dot create directory command some path but we don't need to do that because i'm working inside an already created one but what we do need is a file to go on the end of this, we're going to end up storing stuff, because right now we're just at the folder...