Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] Bug 23885 Files.findFileInfo()

The function org.eclipse.stellation.workspace.Files.findFileInfo() has no
Windows specific implementation of the file find loop that is implemented by
the external "find" command on Unix platforms. Even if Cygwin is installed
with the "find" utility, it fails becuse DOS paths are passed to it.

I have implemented and tested a Java based alternative for the Windows
platform that I will send to the mailing list since there is no mechanism to
add attachments in BugZilla it seems.

Regards

Jonathan

Personal Email
jgossage@xxxxxxxx

Business Email
jonathan@xxxxxxxxxxxxxx

Attachment: Files.java
Description: Binary data


Back to the top