Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python for File Systems Navigation Review: Paths

get to the examples/python/ directory inside of the current directory:

Please point me in the right direction I'm stuck and I dont want to quit.

I'll do that. Thank You!

1 Answer

Steven Parker
Steven Parker
229,644 Points

If you're having trouble with a quiz, you can always hit the "Skip Quiz" button to move on (postponing, not quitting). Then later, you can come back and revisit the quz.

And for this question, building a path is just a matter of supplying the path components (the nested directory names) as individual arguments to the function.

I hope that helps.

Yes it helped a great deal it also encouraged me to dig deeper into the understanding of how file programs works I really like learning this python stuff its awesome, thank you for your help!