>>I am try to convert the following routine into C#
>>
[quoted text clipped - 12 lines]
>
> http://preview.tinyurl.com/2akps5
I'm actually trying to do the same thing as "Active Directory Users &
Computers" does when you use the "%username%" variable in the home drive
definition of a user account.
But this article might be helpful in starting me down the right path
Cheers
Bob
Bram - 17 Jul 2007 13:07 GMT
Hi Bob,
The functionality you're looking for is in the System.IO namespace. To
create a directory, you can use Directory.Create(string path).
Regards,
Bram
> >>I am try to convert the following routine into C#
>
[quoted text clipped - 22 lines]
>
> Bob
Bob Miller - 17 Jul 2007 23:08 GMT
Thanks Bram
> Hi Bob,
>
[quoted text clipped - 30 lines]
>>
>> Bob
Bob Miller - 18 Jul 2007 06:13 GMT
Now that I can add in some more permissions, I need to modify some of the
inherited permissions, but only for this directory
How do a copy the inherited permissions, and then stop inheritance (this
should let me modify the permissions)
Thanks Heaps
Bob
> Thanks Bram
>
[quoted text clipped - 32 lines]
>>>
>>> Bob