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 address removed)
Christian Havel said:
Hi,
how can I create a directory in the "documents and settings / user"
directory?
Christian