graphical user interface
system.IO getfiles how to use
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Sep 25, 2013, 5:29 AM
refer to this link
http://www.csharp-examples.net/get-files-from-directory/
http://www.dotnetperls.com/directory-getfiles
Posted Sep 25, 2013, 1:38 AM
But all of them return an array of the full names (including paths) for the files in the specified directory that match the specified search pattern and option.
If you're looking any samples, please look at the below link.
http://msdn.microsoft.com/en-us/library/c1sez4sc.aspx
Hope this helps you !