Matching function for the Dir Method of Vb in Asp.net
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