Hi All,
i want to open excel file from specific directory
eg:
if Directory.Exists("\nn\DD)
if (CO_244_VAT = CO_244_VAT )
open the file from DD folder
but in folder 2 types of files with same file name text and excel file but i want to open excel file with .xlsx extension}
additional info : folder contains bunch of files
Can you please let me know how to do this one @ClaytonM @Divyashreem @vvaidya @arivu96
You can use Path.GetExtension method to find extension of files.
1 Like
Thanks for the quick response
i have tried your solution but its checking only first excel file match or not, if it is not match it is not iterating to check all the files
Regards,
Naveen
Divyashreem
(Divyashree Muddagangaiah)
May 4, 2019, 8:02am
6
can you just try to debug and check how many file names are there in directory info.?
Buddy @Naveen.Ch
hope this workflow could help you buddy
Cheers…Directoryexists.xaml (8.0 KB)
1 Like
system
(system)
Closed
May 7, 2019, 8:34am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.