reset password
Author Message
kknaur
Posts: 540
Posted 19:03 Oct 20, 2010 |

I am getting this for my output, and I am not sure why I am missing a line in the output:


File4
Folder1
Folder2
1000

Anyone have any ideas?

Phobe
Posts: 40
Posted 19:26 Oct 20, 2010 |

Not much to go on, but looks like your 'getTopLevelFiles' function is only returning files when it should be returning folders as well.

Have a look at http://csns.calstatela.edu/forum/viewTopic.html?topicId=2749774 as well.

Last edited by Phobe at 19:27 Oct 20, 2010.
kknaur
Posts: 540
Posted 19:35 Oct 20, 2010 |

Oh yes, that was the problem.  I misread the instructions and was only returning to the level folder.  Thank you !!!