On Sun, 12 Sept 2021 at 11:50, Christian Müller
<1983.christian.muel...@gmail.com> wrote:
>
> Hi everybody,
>
> One short question: Is the javadoc description of
> *commons.io.FileUtils.isRegularFile(...)* correct? It says it returns
> "false" if the path is not a directory. Actually "false" is ret
Hi everybody,
One short question: Is the javadoc description of
*commons.io.FileUtils.isRegularFile(...)* correct? It says it returns
"false" if the path is not a directory. Actually "false" is returned for
existing directories. I think the javadoc should be corrected to:
"return false if pat