Off the top of my head: I can't remember. But If I Response.Write the path out, and add the folders: the path is valid and found, if that makes sense?
Thanks Andy ----- Original Message ----- From: "Ray at work" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 14, 2004 4:09 PM Subject: RE: [ASP] Path Not Found > What is the value of strSavePath? > > Ray at work > > > -----Original Message----- > > From: Andy and Kim Mills [mailto:[EMAIL PROTECTED] > > > > Hello Guys: I am trying to use the FSO object to create a > > folder, but everytime > > I do, I get a path not found error. Why would I be getting > > this error when trying > > to create a folder? If (objFSO.FolderExists(strSavePath)) Then > > ' Do Nothing > > Else > > Set objFolder = objFSO.CreateFolder(strSavePath) > > Set objFolder = Nothing > > End If Thanks Andy > > > > > > --------------------------------------------------------------------- > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [EMAIL PROTECTED] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
