0
votes
votes
1 answers
Finding the logical Drive using Python
HI all, In the Python script i'm developing I need to get the names of the Drives(C:,D:,.. etc) in the OS. The script should run on 32 as well as 64 bit OS. Thanks in advance :-)
blah blah blah is here! blah blah » Close
HI all, In the Python script i'm developing I need to get the names of the Drives(C:,D:,.. etc) in the OS. The script should run on 32 as well as 64 bit OS. Thanks in advance :-)
Hi friends, I am creating a simple console application in C#. but when i run it, the console window closes without informing me. I could use a getch() or Console.ReadKey() in main to hold up the window. Is there any other approach to d ...