Hello,
I have created one Automation. In this automation I have one Problem, like Robot will downloaded two more more pdf same time. and that downloaded file folder some other pdf is also available. but without pause my automation i need just Robot downloaded those pdf and immediately move only downloaded pdf.
**Note.**Downloaded pdf name is not fixed only pdf path is (\My computer\download)
so can you say which type i will solved this issues
Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)+"\Downloads").[Select](Function(x) New FileInfo(x)).Where(Function(f) f.Extension.Equals(".pdf")).OrderByDescending(Function(x) x.LastWriteTime).Take(1).ToArray()(0).ToString