Directory convention

Issue #406 resolved
Benjamin Cordes created an issue

Using "/" in a path name is not be compatible with other sources, e.g. here "/" is necessary (and when directories are used in functions etc.)

String wdir = System.getProperty("user.dir");
String wdirpath = wdir + "/" + Settings.KEYSTORE_PATH;

Comments (8)

  1. Desrever Nu

    I agree, lets define a standard, write it in Settings.java header, and refactor the codebase accordingly

    "In defining folder names, omit the "/" at the end" .

    What about it?

  2. Log in to comment