Hello All,
Can anyone give me one example how to use Select File Activity in UiPath.
Hello All,
Can anyone give me one example how to use Select File Activity in UiPath.
Hello!
The ‘Select File’ activity must be used to get the full file path.
Follow below one simple example.
selectFile.xaml (6.2 KB)
Let me know if you have any doubts.
Hope It Helps!
Regards,
Hi! Can you use ‘Select File’ to get filepaths, without selecting them with mouse cliks? Like is there a way to get all file paths, from files that are named ‘name.*’?
Hi @trixy,
To get all files name , below i have attached the sample
File : GetFiles.xaml (6.8 KB)
Regards
Balamurugan
Thank you, very helpful!
Hello,
Is it possible to use the example you shared to retrieve just one file and then open it?
Hi, The XAML files are not compatible for 2020 version. Can you please share any recent versions. Thanks in advance.
What values are possible to be given in the input value. Kindly show me one example. Thank you in advance
All files (.)|.
Does the above value mean all files in all folders or directories?
It helped me a lot as well.