Código:
try{ SmbFile f = new SmbFile("smb://usuario-5e5a2ea:@127.0.0.1/d:/Z Y/Aruba Photo.jpg"); if( f.exists() ) { System.out.println( "exists" ); } else { System.out.println( "does not exist" ); } }catch(IOException e){ e.printStackTrace(); }