Author: dcwmorley | Posted on: 5/29/2009 1:52:11 PM | Views : 1105

 On my web site I have created three folders \Smith, \Brown and \Jones. They are on the same level as \bin. These folders have write permissions and I can upload files such as TestdoxA.doc to \Smith.
Now what I want to do is to find out the attributes of the files in \Smith. I can find out the path to \Smith by writing something like
Dim SaveFolderLocation as String = Server.MapPath(NameofFolder)
Label4.Text=SaveFolderLocation

I seem to have to specify a directory to get the file attributes. Is the folder \Smith a directory ? If it is how do I, in code, assign it to be Directory.
Anyway, what should I write next ?

 
...

Go to the complete details ...