rahul ahuja

rahul ahuja

  • NA
  • 80
  • 35.9k

Matching function for the Dir Method of Vb in Asp.net

May 29 2014 2:31 AM
Hi All, 
I am converting my old vb(Windows) project in to the C# web using asp.net there is line of code 

path ="C:\\test05.pdf"
pdf=Dir(path)

which return "test05.pdf"

i want implement same in web using C# asp.net



Answers (1)