[To Uipath Angels] How to get the upated date of a folder in local PC?

Hi Uipath angels,

Regarding how to get the latest date of folder in local PC,
Can I get some details/sample?


Your kindness will be highly appreciated~

Many thanks,

Hey @yangbo

just use below sample and check is it what you were looking for :slight_smile:

it will get the all sub folders inside a folder path you will pass.

Sample- GetDirectoryLastModifiedDetailsSample.xaml (6.7 KB)

image

Regards…!!
Aksh

4 Likes

you can use IO.File.GetLastWriteTime(“C:\folder”) to get the last modified date

2 Likes

Can"t thank you enough bro, that’s great helpfullllll :slight_smile:

1 Like

will do as suggested, you cant imagine how helpful it is~~~
Cheers!!

2 Likes