optyfr/JRomManager

Question regarding dir2dat

Closed this issue · 3 comments

II was looking at the Dir2Dat functionality and failed to create a DAT File. Comparing the documentation with the current build, the screenshots seem to suggest that the DstDat field should be point to a DAT File, not a Directory. However, the field cannot be edit manually and the chooser dialog is for a directory (

chooseDir(dstDatBtn, srcDir.getText(), new File(session.getUser().getSettings().getProperty("MainFrame.ChooseDatDst", workdir.toString())), path -> {
)

Am I doing something wrong here?

You are currently looking at the java-fx code of the next 3.0 version... which is indeed wrong
You should look at 2.5 branch and for swing version here which is requesting a file
But as I know that you are looking for the web version then it's there, and again it's wrong for just one stupid copied string id :-/

Okay, I believe you are saying that I quoted the wrong code, but the actual code for my case still produces the same result.

Am I waiting for 2.5.2 or 3.0.0 now? 😉

il will be fixed in 3.0.0