1
Reply

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

rahul ahuja

rahul ahuja

May 29 2014 2:31 AM
585
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)