Delete Directory
<h4><strong>Description</strong></h4>
This action component allows you to delete a folder in a specific location.
<h4><strong>Input Properties</strong></h4>
<ul>
<li><strong>Path (String)</strong> – The full path of directory to be deleted.</li>
</ul>
<h4><strong>General Properties</strong></h4>
<ul>
<li><strong>GlobalWaits (Checkbox)</strong> – Apply global waits when PreWait or PostWait are not specified.</li>
<li><strong>IgnoreError (Checkbox)</strong> – Continue the process flow without throwing error.</li>
<li><strong>PostWait (Checkbox)</strong> – Apply specified wait after execute the action.</li>
<li><strong>PreWait (Checkbox)</strong> – Apply specified wait before execute the action.</li>
</ul>