HOW CAN I OPEN A FOLDER?

Hi guys, please help me.

How Can I open a folder?

Because I don’t have the option OPEN APPLICATION on uipath.

Hi @Gustavo_Borges

Can you Elaborate your Requirement?

You Can Access Folder through the Function.

Directory.GetDirectories(“yourFilepath”)

Or If you need to access File you can Try with

Directory.GetFiles(“yourFilepath”)

Regards

I would like to use Open Application for this action, but it doesn’t have it on my uipath, can you tell if this option was changed to activities?

Hi @Gustavo_Borges

Try Checking the Show Classic From the Filter option in Uipath Studio!

Regards

Thanks for your support!!!

Now I Found Open Application, Thanks again!!!

Hi @Gustavo_Borges

Please mark solution to the thread and Close this thread so that it may be Useful for Others who searches relevant!

Regards