Friday, December 8, 2017

RPA Interview Questions By rpaonlinetraining.com

Automation Anywhere Faq's for Files and Folders

Grow your career Automation anywhere training and become expertise in RPA Tool.

Can I create a file with any extension?

Yes, you can create file with any extension using the 'Create File' sub command in the Files/Folders command.

If I use a Files / Folders command like "Delete Files 'c:\MyPrgs\*.*' ", will this delete all the files in the sub-folders too?

No, this command will delete all the files in the current folder only. In the above example it will delete all the files in 'c:\MyPrgs' directory only.

Can I get all the file names in a folder to perform some operation on it?

Yes, you can use the "Loop for Files in a <folder>"command.
Here $FileName$ will have next filename inside the specified folder in each Loop execution. You can use this System variable to perform any operation inside the Loop - End Loop block.

Can I provide value for file/folder name when the task runs?

Yes. Automation Anywhere has a 'Prompt' command to provide value at run time. You can provide value for any window, prompt for
file/folder and even prompt for yes/no as well.

No comments:

Post a Comment

Session Variables and Environmental Variables

WHAT IS SESSION VARIABLE AND ENVIRONMENTAL VARIABLE IN  RPA BLUEPRISM ? Session Variables      Session Variables are specif...