Home › Forums › KX Academy › Advanced Capstone 3.2 › Re: Advanced Capstone 3.2
-
Hey Dan,
course-advanced-capstone isn’t the top directory, you’re missing a couple of levels, so if you want to give the full path to the file, you’ll need to start with “/home/jovyan/course-advanced-capstone”.
Alternatively, you can give the relative path from your current directory. If you run pwd, you’ll see the full path to the directory you’re in and you can use “..” to go up one level, and then into “AdvancedCapstone.Data/file/users.txt”
Hope this helps!
Laura