Re: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-15 Thread Ilya Rodionov
Yes, table is correct. https://issues.apache.org/jira/browse/VFS-368 is still waiting (about default userDirIsRoot) And it would be usefull to give URI exmaples not only for files but for directories too. Ilya 2013/8/13 Gary Gregory garydgreg...@gmail.com On Tue, Aug 13, 2013 at 7:38 AM, Ilya

Re: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-15 Thread Gary Gregory
On Thu, Aug 15, 2013 at 10:17 AM, Ilya Rodionov ilya.rodio...@gmail.comwrote: Yes, table is correct. https://issues.apache.org/jira/browse/VFS-368 is still waiting (about default userDirIsRoot) Incorrect, the fix is in SVN. And it would be usefull to give URI exmaples not only for files

Re: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-13 Thread Gary Gregory
On Tue, Aug 13, 2013 at 7:38 AM, Ilya Rodionov ilya.rodio...@gmail.comwrote: Sorry, I don't understand what are you talking about. Also it would be good to fix VFS-368https://issues.apache.org/jira/browse/VFS-368 - just a few minutes of work could save plenty of time. This is done in trunk.

RE: [vfs] The filesystem support table update (http://commons.apache.org/proper/commons-vfs/filesystems.html)

2013-08-12 Thread Martin Gainty
Keep in mind whatever file system you introduce to commons-io your new filesystem will need to support: Utility classes - with static methods to perform common tasksInput - useful Input Stream and Reader implementationsOutput - useful Output Stream and Writer implementationsFilters -