View Single Post
  #2 (permalink)  
Old August 13th, 2002
Unregistered
Guest
 
Posts: n/a
Default Re: Username and Password

I searched through the LimeWire source code and it's looking for a file called UserMap.dat that contains a Java Map object. I'm not sure if the code to save the file is ever called or if there's even a graphical interface for adding and removing users.

Writing a simple Java application that creates a Map object and writes it to a file with that name would be the only way to test it.
Reply With Quote