View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fred fred is offline
external usenet poster
 
Posts: 10
Default Pemission to create a directory

Hi NG,
I have created an addin which is installed under the Program Files directory
(%ProgramFiles%\myCompany\myApp).
Every now and then the addin archives some files in the %Program
Fies%\myCompany\myApp\Arch\Year directory but it will need to create these
directories on the fly.
Obviously, I have no trouble but then I have administrator rights on my
machine. Will all users be able to create these directories on win2000 and
winXP machines or am I going to have trouble with some users not having
permission to make a directory.

Thanks,
Fred