View Single Post
Old 02-24-2006, 12:04 PM   #9
kq76
Global Moderator
 
kq76's Avatar
 
Join Date: Nov 2002
Location: Vancouver, Canada
Posts: 11,639
Quote:
Originally Posted by enuttage
You mean like this

Code:
../exports
right?
No, just:

Quote:
exports
See, I think the problem is that with his code Dave is telling it to go out of the current child folder, into the parent folder (that's the ../ part), and into a different child folder (exports). I think you just want to tell it to go into a child folder (exports), that you're already in the parent folder, not a different child folder. (You can read a child folder as a subfolder.)
kq76 is offline