how can I open a directory with Java which is password protected and then access files from this directory (in Windows)?
I want to open a folder (Test )in Network folder (Z://), in Windows. But I need a password to open the Network folder (Z://Test). Is it possible to write a programm in java? In the folder "Test" are data which I want to show in console
Thanks for your help!