Ondra Žižka created IO-364:
------------------------------
Summary: Allow DirectoryWalker provide relative paths in handle*()
Key: IO-364
URL: https://issues.apache.org/jira/browse/IO-364
Project: Commons IO
Issue Type: Bug
Reporter: Ondra Žižka
{code}
handleFile( File file, int depth, Collection results )
{code}
and other methods provide a file object with full path.
As it's much easier to concat base path and additional path than "substracting"
one path from other, I suggest:
The `File` object provided by `handleFile()` and other `handle*` methods should
contain path relative to the one passed to `walk()`.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira