Using a ThemedDataGrid will create a "WPF" folder inside temp

Grids for WPF Forum

The latest build of this product (v25.1.2) was released 1 month ago, which was before this thread was created.
Posted 5 days ago by Daniel Constantin - ModuleWorks GmbH
Version: 25.1.2
Avatar

Hi!

Why using the ThemedDataGrid will create a "WPF" folder inside temp ?

That folder seems always empty also.

Kind regards,

Daniel

Comments (2)

Answer - Posted 4 days ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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.


Actipro Software Support

Posted 23 hours ago by Daniel Constantin - ModuleWorks GmbH
Avatar

Hi!

It seems that also the DataGrid will create that folder in %TEMP% for some reason.

Kind regards,

Daniel

Add Comment

Please log in to a validated account to post comments.