J
John
Hi there,
I have a method in a code behind class that, given a string, checks to see
if the respective file exists within the same site. I'm using this:
System.IO.File.Exists(strFilePath)
....but is that the right way to check for a file in your own site and if so
does strFilePath need to be in a particular format?
Thanks in advance.
John
I have a method in a code behind class that, given a string, checks to see
if the respective file exists within the same site. I'm using this:
System.IO.File.Exists(strFilePath)
....but is that the right way to check for a file in your own site and if so
does strFilePath need to be in a particular format?
Thanks in advance.
John