Tagged Questions
-1
votes
1answer
112 views
Google Drive root location [closed]
I want to place my Google Drive folder in root directory C:\
So I want to have location C:\Google Drive\
Is it somehow to configure it?
Thanks for your help!
Best regards,
Peter
0
votes
2answers
274 views
How Can I mount shared drive in Python with no root?
I am trying to mount a shared drive by using os.system() in python.
The problem is, that the installed linux version has no sudo command. Installing a sudo-package has failed.
When using the command ...
1
vote
3answers
940 views
JFileChooser - Starting at the 'Computer' e.g. C: D: E: drives
fileChooser.setCurrentDirectory(new java.io.File("C:\\"));
Hi there,
I'm trying to add the finishing touches to an application I've been developing and I'd really like it so my fileChooser sets the ...
10
votes
4answers
4k views
C# How to know if a given path represents a root drive?
How can I know if a given directory is a root drive?
(aside from checking if its path equals to "A:", "B:", "C:", etc.)
1
vote
2answers
213 views
Storing web server images in windows C drive
I am running tomcat and I have some custom images which when I store on my C drive do not show up.If I move them to webapp root foder, they r fine but I do not want these images to end up in the war ...