Christian,
Assuming you have the rights to do so (if you are another user, and and
not an administrator) you won't, not unless you impersonate a user that has
rights and perform the operation under that user.
But generally, to create a new directory, you can use the DirectoryInfo
class, calling the Create or CreateSubDirectory methods to create the
directory that you wish.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Christian Havel" <(E-Mail Removed)> wrote in
message news:98E20783-EEDD-405C-AE0B-(E-Mail Removed)...
> Hi,
>
> how can I create a directory in the "documents and settings / user"
> directory?
>
> Christian