1
Answer

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

rahul ahuja

rahul ahuja

10y
596
1
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)