You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be that ResourceCollectionReaderBase will also try to read
directories - and fail of course because directories cannot be accessed using
an InputStream.
Original comment by richard.eckart on 5 Sep 2011 at 7:48
- Added parameter: UseDefaultExcludes (default: true)
- Added parameter: IncludeHidden (default: false)
- Fixed bug: trying to read directories as streams
- Activated unit test for reading directories as files
- Fixed bug that unit tests succeed if file names do not match
--
rev 205
Original comment by richard.eckart on 5 Sep 2011 at 8:39
Original issue reported on code.google.com by
torsten....@gmail.com
on 5 Apr 2011 at 1:02The text was updated successfully, but these errors were encountered: