Akshay

Akshay

  • NA
  • 82
  • 45.2k

retrive file names from Physical folder in c# console app

Nov 19 2014 4:37 AM
 
string physicalPath = @"D:\New folder\documents to be uploaded\79730\79731\96552";
 
 I have Physical path like above :=> inside 96552 folder there is pdf file so now o want to retrieve file name and save that file name folder path in text file
 
in console app
 
 

Answers (4)