Files and Folders Flashcards
What is the purpose of using the Get File Info activity in Studio?
Choose one of the options below
To create new files.
To retrieve the properties of a specified file.
To delete files from a folder.
To move files between different folders.
To retrieve the properties of a specified file.
The Get File Info activity retrieves the properties of a specified file and saves the information for later use in the project.
How can you avoid creating a duplicate folder in the below situation?
Choose one of the options below
By checking the folder after running the automation and erasing the duplicates.
By checking the folder before running the automation and erasing files with the same name.
We cannot avoid duplicates.
By checking the Overwrite option.
By checking the Overwrite option.
Which activity is used to enable dynamic file selection in an automation process?
Choose one of the options below
Browse For File
Create File
Move File
Rename File
Browse For File
What is the purpose of the “For Each Folder in Folder” activity in an automation process?
Choose one of the options below
Selects and creates folders dynamically.
Extracts contents from archives.
Iterates through folders, including sub-folders, for processing.
Deletes files and folders.
Iterates through folders, including sub-folders, for processing.
Review question: Which activity is being described by the following statement “Provides a way to try a block for a predefined number of times in case there are any exceptions or a particular condition is not met”?
Choose one of the options below
Rethrow
Throw
Try Catch
Retry Scope
Retry Scope
What is the purpose of the File Exists activity?
Choose one of the options below
It allows the workflow developer to select a folder when building the automation.
Checks if the specified folder path exists and returns True if the folder exists, False if it doesn’t.
Checks if the specified file path exists and returns True if the file exists, False if it doesn’t.
It allows the user to select a folder while the automation is running.
Checks if the specified file path exists and returns True if the file exists, False if it doesn’t.
Which values does the expression InputFileInfo.DirectoryName return?
Choose one of the options below
The name without the extension.
The full path of the folder in which the file is located.
The file’s extension.
The full name of the file.
The full path of the folder in which the file is located.
Review question: When you are developing automation for an application on a client machine without direct access or the ability to install Studio on that machine, which targeting method can be used to identify the required UI element for processes?
Image and Fuzzy selectors
Only Anchors
Selectors
Image
Image