Where can Object and It's methods

Hi Everyone,

Can anyone tell me where can i find document for understanding Different objects and it’s methods referred in UIPath?

Example: for referring directory and its files we use directory object and getFiles method i.e. directory.getFiles(“SourcePath”); so how do i know about how many such objects exists and their usage in UIPath.

Regards

Hi welcome to the community!
Those are not UiPath objects but .Net Framework ones, so if you want to study this is a more expanded way you should go to Documentação do .NET | Microsoft Learn

2 Likes