Hi ,
i have a winform to merge few file and save the merge files in a Directory.
The directory in which it is saved ,it deletes the whole files and subdirectory in it .
Now i want that the user should not be able to save the file in My Computer,C,D Drives.
User can choose the directory through FolderBrowserDialog.
How can i restrict the user in doing so?
Can u plz help out?