Con questo codice dovrei controllare l'esistenza di una cartella
ma mi dà questo errorecodice:<%Dim objFSO Set objFSO = Server.CreateObject("Scripting.FileSystemObject") If objFSO.FolderExists(Server.MapPath("/db")) Then Response.Write "Folder Exists" else Response.Write "Folder does not exit" End if %>
Dove stà l'errorecodice:Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Could not find file '(unknown)'. /public/configurascheda/NomePagina.asp, line 17

Rispondi quotando
