This seems odd to me. I'm using FolderBrowserDialog to select a folder which will be the destination of a bunch of files. Whenever create and select a folder within the dialog, the resulting folder always seems to be read-only when I view the folder in Explorer afterwards.
I've checked the documentation for the FolderBrowserDialog.ShowNewFolderButton property but I see nothing about the access settings for the folder, nor have I been able to see a way of changing the access setting to the folder.
You'd think this would be simple. Anyone have any ideas?