MPUtils

MPUtils

35M Downloads

Options for Change ~/.mputils Directory

cmplstofB opened this issue ยท 0 comments

commented

Currently, the global quick directory location for MPUtils is (seems to be) hard-coded value: ~/.mputils (or %UserProfile%.mputils on Windows).

public static final File globalQuickDir = new File(System.getProperty("user.home"), "."+settingsDir);

Could you allow users to change this directory?
My suggestion is to provide an environment variable such as "$MPUTILS_GLOBAL_DIR/%MPUTILS_GLOBAL_DIR%." (However, this is just a very rough draft)