Quote:
Originally Posted by enuttage
You mean like this
right?
|
No, just:
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.)