View Single Post
  #21 (permalink)  
Old May 3rd, 2002
MamiyaOtaru's Avatar
MamiyaOtaru MamiyaOtaru is offline
Code Mangler
 
Join Date: March 25th, 2002
Location: Wyoming
Posts: 143
MamiyaOtaru is flying high
Default

I dislike those extra directories being created, so I turned it off.

for those with the source code,
In SettingsManager.jaya, find these lines:

try {
SetSaveDirectory(DEFAULT_SAVE_DIRECTORY);
} catch (IOException e) {
e.printStackTrace();
// this should not happen with the default directory
}

I commented them out, and no more extra incomplete and shared directories. No side effects for me, on winXP pro. Dunno what it might do on other OSs, but like I said, all it does in XP is stop those extra directories from appearing.