Is this by design? If I perform a "SaveLayout" and the file already exists but it's HIDDEN flag is set, I get an access denied error.
Just curious.
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 21 Dec 2011, 03:28 PM
Hi Jason,
Thank you for writing.
This behavior comes from .NET and not from our suite. For more information see here. Overriding hidden files cannot be achieved by either changing the file flags prior writing to it, or by removing the hidden file before writing the new one. Here is one of the approaches: