How can i create a directory in drive C:\ ?
Posted
by strakastroukas
on Stack Overflow
See other posts from Stack Overflow
or by strakastroukas
Published on 2010-04-27T07:05:57Z
Indexed on
2010/04/27
7:13 UTC
Read the original article
Hit count: 205
Hello SO's
i am trying to create a directory in drive C: (at a win7 target machine) with Directory.CreateDirectory
but so far no luck.
I believe the problem has to do something with permissions-security... So here i am..
How can i create a directory in drive C?
© Stack Overflow or respective owner