Hi,

Hopefully someone can help me out with the following. I wrote a small Usermanagement program in VB 6.0 which creates a user on a NT server using the API NetUserAdd. A folder for this user is created on the same server using the MkDir command.
I'd like to set permissions on this folder (username+password) from the values used in NetUserAdd.
Problem is, I don't know how to do this. Unfortunately I couldn't find any info on this on the Internet.
Any help is appreciated!!!

Thanks a lot,

Marco