I am trying to do the multiple file selection but would like to know the optimal way to do it. The scenario is like , there can be any number of files , i need to click them all. This is not a directory or a folder so Directory.Getfile cant be applied here…
thanks… the window where the files are listed doesnt allow ctrl+a… im now using shift+down, but the issue is the files can be in any number, blindly giving many shift+down without any condition check …