I am new to the development world (Network Admin by trade) and an looking to develop an app that will archive folders from one location to another based on a users selection.
I have taken a look at the 101 VB examples for VS 2005 and think the "working with the File System closely matches my requirement. except it does not allow the selection of a folder, only a file.
Process:
1. Allow user to select a folder from within a specific folder location only (m:\projects\xxxx\FOLDER)
2. impersonate an user ( using WindowsIdentity.Impersonate Method) to write the data to another location (m:\projects\xxxx\archive) because users will only have NTFS read access on these archive directories.
This Possible?
Sample Code would be great...Thanks
Mike
I have taken a look at the 101 VB examples for VS 2005 and think the "working with the File System closely matches my requirement. except it does not allow the selection of a folder, only a file.
Process:
1. Allow user to select a folder from within a specific folder location only (m:\projects\xxxx\FOLDER)
2. impersonate an user ( using WindowsIdentity.Impersonate Method) to write the data to another location (m:\projects\xxxx\archive) because users will only have NTFS read access on these archive directories.
This Possible?
Sample Code would be great...Thanks
Mike