How do I map to a Drive within my Java Program if it Prompts for a Username and password?
For example I have a java program which conducts the following:
Code creates an empty folder to contain documents
Currently the folder successfully gets created within the C: drive which is my local machine.
3. But how do i map to a drive within my java program and in turn create a folder within that location if it prompts for the username and password (I have the relevant credentials to access the drive)
Example drive need to map to: \19x.1xx.1.3x\c$
Any ideas?
Thanks for your help