I want to get all the files from my local directory
in my web page
the same code works fine and it returns all the files when i run the code on the local system but when i'm trying to do that online it gives me error.
the error is
"the path is not in legal form"
for the line
Dim files As String() = System.IO.Directory.GetFiles(path,".gif")
where is path is the path like(c:/images)
please can somebody help me
thank u
in my web page
the same code works fine and it returns all the files when i run the code on the local system but when i'm trying to do that online it gives me error.
the error is
"the path is not in legal form"
for the line
Dim files As String() = System.IO.Directory.GetFiles(path,".gif")
where is path is the path like(c:/images)
please can somebody help me
thank u