Hi,
I have a web app in "c:\inetpub\ or "
I want to check if is there is a file in ".../web1/fff/5.txt"
I tried this:
but the label's text is always false! What is wrong
Tnx
I have a web app in "c:\inetpub\ or "
I want to check if is there is a file in ".../web1/fff/5.txt"
I tried this:
Code:
imports system.io
Label1.Text = File.Exists("./fff/5.txt")
but the label's text is always false! What is wrong
Tnx