I have created an ibay accessible to all users over the local network. In this ibay, I wish to have one top directory called "Monday". Under this directory, I wish to create 24 subdirectories named 1, 2, 3, [...] 23. 24.
The users should be allowed to create/delete/read files in each of the 24 directories. They should also be allowed to create sub-directories under any of the 24 directories. However, they should be prevented from deleting, moving or altering the names of the top directory (Monday) and its 24 sub-directories { 1, 2, 3 .... 23, 24).
The server is Vs7, the users are on Windows 2000 or WINXP workstations.
Help would be very appreciated, I am beat.. Can this be done? How?