How to get all file path in the folder

@jmy Check below statement once, it will gives output as file paths as array.

Directory.GetFiles(“Your main directory path”,“*”,searchOption.AllDirectories)

4 Likes