Answers for "get all files in c#"

C#
0

get all files in all subdirectories c#

Directory.GetFiles(dirPath, "*", SearchOption.AllDirectories)
Posted by: Guest on December-23-2020
0

get all the file from directory except txt in c#

get all the file from directory except txt in c#
----------------------------------------------------------------------
https://stackoverflow.com/questions/755166/exclude-certain-file-extensions-when-getting-files-from-a-directory
Posted by: Guest on September-16-2020

C# Answers by Framework

Browse Popular Code Answers by Language