Hi guys
I'm doing some Java IO stuff at the moment, which is fine if you are working on a single computer with read/write access to every folder.
Assuming that I want to copy a file to a network folder that is mounted using the guest account, is there any option to open the OS X password dialog that asks for the correct username and password in order to get full access to that folder?
I don't want to mount the folders first using the finder, so a solution within my Java program would be nice.
I'm doing some Java IO stuff at the moment, which is fine if you are working on a single computer with read/write access to every folder.
Assuming that I want to copy a file to a network folder that is mounted using the guest account, is there any option to open the OS X password dialog that asks for the correct username and password in order to get full access to that folder?
I don't want to mount the folders first using the finder, so a solution within my Java program would be nice.