Hi!
Why using the ThemedDataGrid will create a "WPF" folder inside temp ?
That folder seems always empty also.
Kind regards,
Daniel
Hi!
Why using the ThemedDataGrid will create a "WPF" folder inside temp ?
That folder seems always empty also.
Kind regards,
Daniel
Hi Daniel,
I assume you mean in "C:\Windows\Temp"? I'm not sure what would cause that since we do not create Windows folders by default.
The only thing I can think of in our WPF controls that creates folders is if you are using one of the SyntaxEditor premium add-on languages that does caching of reflection data, and you pointed the cache path to that folder. Keep in mind that ThemedDataGrid is open source and inherits Microsoft's DataGrid control. Perhaps something in their code does it?
I also did a search for Path.GetTempPath through our codebase and don't see that we call that API at all, which I believe is the only way to get the system "Temp" folder path.
Hi!
It seems that also the DataGrid will create that folder in %TEMP% for some reason.
Kind regards,
Daniel
Please log in to a validated account to post comments.