Re: walk_dir() documentation
- Posted by "Greg Haberek" <ghaberek at gmail.com> Jun 26, 2006
- 708 views
> I noticed that no explanation is given in the documents for the return value > of walk__dir(). Its whatever you want. Your function returns 0 to continue, and anything else to quit. Whatever you pass as a return value is then returned via walk_dir(). This way you can make up your own error codes and return them. ~Greg

