Hi, I can't seem to get the full path of the folder that my current webpage is in. I'm working on a page called Suppliers.aspx, and so I use Path.GetFullPath("Suppliers.aspx") but this returns me the wrong path. I need the full path of the directory that my Suppliers.aspx page is on, because I'm uploading a file to it and so I need to set the directory location to it. Thanks in advance....I still use Server.MapPath("directoryName") and it works fine for me
<BR><BR>So something like ...<BR><BR>dim path AS string = Server.MapPath("directoryName") & "Suppliers.aspx" <BR><BR>Hth,<BR><BR>])ry<BR><BR>Thank you! Server.MapPath("Suppliers.aspx") worked perfectly
