Hi Assume we have this folder structure Test (folder) -Test.xaml -Test1.xaml
I need to change this to : Test (folder) -Test.xaml Test1 (folder) -Test1.xaml
Now the challenge here is I have invoked these files in multiple instances which I can't manually change the file path and i can't check each and every invoke file path exists or not Can anyone suggest any better solution for this pls?