Return all files in a folder

Hi - wondering if anyone knows how to return all files in a folder ?

All ideas welcome.

thanks - Hugh

Hi Hugh,

Please use the search function - this has been already answered.

(Directory.GetFiles(folderPath) will do the trick).

Regards.

Hello.

I think there should also be a snippet in the Library.