Hello I created a WPF application which displays a list of files in a datagrid from a file explorer and the user can then select the files by selecting the rows in the datagrid. On a button click the user can then fetch the path of the files (the folder in which they are stored). My default file path is H:\Temp\Directory\Sample\Projects and I created an objectHello I created a WPF application which display