* Sam Dodrill: > I am working on a recursive directory crawler for a homework assignment. it is > treating files as directories and directories as files. here is the crawling > code (attatched).
I don't think your program provides sufficient output to disambiguate the file and directory cases. What's your input data, what's the actual output, and what did you expect? -- Florian Weimer <[email protected]> BFK edv-consulting GmbH http://www.bfk.de/ Kriegsstraße 100 tel: +49-721-96201-1 D-76133 Karlsruhe fax: +49-721-96201-99 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

