vb.net - How can i create a directory in drive C:\? -


i trying create directory in drive c: (at win7 target machine) directory.createdirectory far no luck.

i believe problem has permissions-security... here am..

how can create directory in drive c?

you should not use root of c ordinary application. if you're using because think it's folder can count on, use appdata or temp instead. if not ordinary application, instead administrative application, put manifest on requesting elevate (requireadministrator) can gain access areas of hard drive , registry protected uac.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -