Hoe to create a sequence or bot for Temp data clear on laptop

HI @varun_shinde1

You can try with LINQ expression

Array.ForEach(Directory.GetFiles(folderPath),Sub(x) File.Delete(x))

Have a look on the thread

Regards
Gokul