We have an application which our clients run via Remote App. We would like to give the app restricted access to a specific folder on the clients local drive. Is there anyway to do that? As far as I can tell, you can give access to an entire drive, but but a folder in that drive.
For example, we would like our application to have access to an application specific folder in the users "My Documents" folder, but not to any of the other folders. The reason we want to do this is that we are providing our application to clients who are not part of our organization. We would like our app to be able to save files to their local drives, but do not want to ask them to give our application access to their entire C: drive.
Are there solutions to this problem that we haven't thought of? Right now, the way we deal with it is to have our application send them files via email, which isn't ideal.