robocorp / rpaframework

Collection of open-source libraries and tools for Robotic Process Automation (RPA), designed to be used with both Robot Framework and Python
https://www.rpaframework.org/
Apache License 2.0
1.15k stars 223 forks source link

Feature: List Folders in RPA.Exchange.Email #376

Open AllanMedeiros opened 2 years ago

AllanMedeiros commented 2 years ago

Hello everyone! I have a test setup where I need to create a folder to store the processed emails later, but for each email account I can't know for sure if the folder was already created. I'd need to know the list of folders to avoid trying to create the same folder name twice. Or the Create Folder keyword could have an option to ignore error if the folder already exists.

cmin764 commented 1 year ago

A construct like Create Folder exist_ok=${True} should solve it. (once we implement it)