I have created a tool, that now needs to write to a log file, on a network drive not accessible by the user of the tool.
Is there a way to add user/pass parameters to java.io.File so that i can access this file or a better way to do it?
Is there a way to add user/pass parameters to java.io.File so that i can access this file or a better way to do it?
Comment