RE: Folder to share and update configuration data and sub folders

2011-06-23 Thread Peter Maddin
Ok thanks Regards Peter From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Preet Sangha Sent: Friday, 24 June 2011 10:30 AM To: ozDotNet Subject: Re: Folder to share and update configuration data and sub folders I have a sample on my blog http

Re: Folder to share and update configuration data and sub folders

2011-06-23 Thread Preet Sangha
1 4:50 PM > *To:* ozDotNet > *Subject:* Re: Folder to share and update configuration data and sub > folders > > ** ** > > why not create a symbolic link under the users' documents folder? Then it > can point to a defined location such as c:\MyAppSuite\Shared &g

RE: Folder to share and update configuration data and sub folders

2011-06-23 Thread Peter Maddin
-boun...@ozdotnet.com] On Behalf Of Peter Maddin Sent: Wednesday, 22 June 2011 5:50 PM To: 'ozDotNet' Subject: RE: Folder to share and update configuration data and sub folders I had a look at a few sub folders in C:\ProgramData and these have special permissions set that looks like they

RE: Folder to share and update configuration data and sub folders

2011-06-22 Thread Peter Maddin
June 2011 5:02 PM To: 'ozDotNet' Subject: RE: Folder to share and update configuration data and sub folders >I am wondering if the folder defined by Environment.SpecialFolder.CommonApplicationData would be better. I've been using this for application specific data storage

RE: Folder to share and update configuration data and sub folders

2011-06-22 Thread Peter Maddin
4:50 PM To: ozDotNet Subject: Re: Folder to share and update configuration data and sub folders why not create a symbolic link under the users' documents folder? Then it can point to a defined location such as c:\MyAppSuite\Shared On 22 June 2011 20:26, Peter Maddin wrote: I need to

RE: Folder to share and update configuration data and sub folders

2011-06-22 Thread Greg Keogh
>I am wondering if the folder defined by Environment.SpecialFolder.CommonApplicationData would be better. I've been using this for application specific data storage shared by any user. However, I just looked at the permissions: ProgramData NT AUTHORITY\SYSTEM:(OI)(CI)(F) BUILTI

Re: Folder to share and update configuration data and sub folders

2011-06-22 Thread Preet Sangha
why not create a symbolic link under the users' documents folder? Then it can point to a defined location such as c:\MyAppSuite\Shared On 22 June 2011 20:26, Peter Maddin wrote: > I need to share configuration data via configuration file, folders > containing such things as log files between a

Folder to share and update configuration data and sub folders

2011-06-22 Thread Peter Maddin
I need to share configuration data via configuration file, folders containing such things as log files between a number of applications. I need these to be accessible (read and write) for different users on the same machine. The use of application specific isolated storage does not fit as thi