ClickOnce application handling?

I am trying to test a ClickOnce application in Katalon, I have not been able to find any documentation on how Katalon handles these types of applications or if they support them.
I think the problem that I am having is that the actual executable is in one file path but there are some specific files that I need that are in another file path.

Files needed :
C:\Users\krista.s\AppData\Local\Apps\2.0\Data\613...\P5E...\conf..tion_2f...\Data\Data
But the application is in :
C:\Users\krista.s\AppData\Local\Apps\2.0\4LO...\conf..tion_2f...

I am familiar with the application but not so much with ClickOnce
(Please let me what/if more information is needed)
–Thank you, Krista S.

@krista.strzeszkowski
Katalon supports these application types:
Universal Windows Platform (UWP), Windows Forms (WinForms), Windows Presentation Foundation (WPF), and Classic Windows (Win32).

For the ClickOnce application, the executable file should be the application file after deploying.

Thanks