Check folder in share drive

I want to check some folder is exists or not in share drive location. How to access share drive location which activities use

Hi

Welcome back to UiPath forum

If you can sync your shared drive with your local machine then we can validate that with simple PATH EXISTS activity

The activity will return an boolean value.

Cheers @vishal22landge

Not snyc then how to acess

@vishal22landge

You can mention full shared drive path and can check it with Path Exists activity.

Hi @vishal22landge

For Example,
We will say you want to check Share drive location "Z:\Sample\Example_ShareDrive"

You can follow step 1 or step 2

  1. Search for Path Exists Activity (it will give you Boolean Variable)

  2. In the if condition give the condition as

Directory.Exists("Z:\Sample\Example_ShareDrive\")

Hope It Helps

Regards
Sudharsan