Jan 27, 2005 #1 oops4me Programmer Jul 7, 2003 50 IN Hello There Can anybody help me how to find logical drives or CD-drives that a computer has in a combo box. remember only CD-Rom drives only to show and not other Drives. please help me on this.
Hello There Can anybody help me how to find logical drives or CD-drives that a computer has in a combo box. remember only CD-Rom drives only to show and not other Drives. please help me on this.
Jan 27, 2005 #3 stefanwagner Programmer Oct 19, 2003 2,373 DE dia: java.io.File.listRoots() javadocs: List the available filesystem roots. This will list harddrive-partitions, network-filesystem, and usb-drives... on win-systems. On linux it will only list the root '/'. oops: Perhaps you should involve the user in this process - that's the reason, what users are made for seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
dia: java.io.File.listRoots() javadocs: List the available filesystem roots. This will list harddrive-partitions, network-filesystem, and usb-drives... on win-systems. On linux it will only list the root '/'. oops: Perhaps you should involve the user in this process - that's the reason, what users are made for seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung
Jan 27, 2005 Thread starter #4 oops4me Programmer Jul 7, 2003 50 IN It will show each and every root, i want to detect only CD-Rom or R/w drives that a computer has. Actually i am building a application where the program finds for the cdrom / (r/w) drives that a client computer has. so could you suggest me an option to search for only logical cdrom drives. Thanks for the reply Upvote 0 Downvote
It will show each and every root, i want to detect only CD-Rom or R/w drives that a computer has. Actually i am building a application where the program finds for the cdrom / (r/w) drives that a client computer has. so could you suggest me an option to search for only logical cdrom drives. Thanks for the reply
Jan 29, 2005 #5 stefanwagner Programmer Oct 19, 2003 2,373 DE I fear there is no system-independent way to do this. seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
I fear there is no system-independent way to do this. seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung