creating a shared map/directory in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When creating a directory the new directory automatically is bounded to the
creators profile. This means that an other user (other profile), using the pc
who needs to use the same programm is not allowed to this programm.

It is possible to meke the directory share via windows. However I am looking
for VBA-code in my programm to make a directory automatically shared from the
moment this directory is created.
 
This isn't really an Outlook question. Try looking at the Win32 API or the
Windows Shell objects for working with the file system.
 
Eric,

You are right, i put my question by accident under outlook.

For the answer, i'm lookin into it and i think the information is very
helpfull.

When making a map on the root, you always get a user-bounded map. When
making a map in the "All users" under "Documents and Stettings" this map is
always available for all users.
 
Back
Top