D
David
My ASP.Net 2.0 page (VB) is failing when trying to use the MapPath method on
a virtual directory that contains a comma and a period (see below), but I'm
not sure why as those are acceptable characters for a folder name. How can
I get ariound that? Thanks.
strFilePath = "Documents/File090217/0005ComputerPackages, Inc."
strFilePathPhy = HttpContext.Current.Server.MapPath(strFilePath)
David
a virtual directory that contains a comma and a period (see below), but I'm
not sure why as those are acceptable characters for a folder name. How can
I get ariound that? Thanks.
strFilePath = "Documents/File090217/0005ComputerPackages, Inc."
strFilePathPhy = HttpContext.Current.Server.MapPath(strFilePath)
David