How can i get all files without file extension into an array

micheletickle

New Member
How can i get all files without file extension into an array. I will supply the folder path.Is this possible using Directory.GetFiles() or DirectoryInfo.GetFiles()?? Is there any alternative way?I am using ASP.NET C#.
 
Back
Top