On Fri, 8 Aug 2003, Knut Wannheden <[EMAIL PROTECTED]> wrote:

> But with case sensitivity disabled the file will be selected by
> "fo?.txt".

Yes.

> The only way to access the case of a file from Java on OpenVMS is
> currently to use File#listFiles().

I hope File#list() will work as well.  This is what will be used by
DirectoryScanner except in the part that optimizes scanning in the
presence of include patterns like some/long/constant/path/**.

>> or force OpenVMS to take the first branch in line 690, that should
>> take care of this issue.
> 
> Don't quite understand what that would do :-)

Bypass the optimization and go straight to the code that will build up
filenames from recursive File#list() invocations.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to