codice:
Public Function SetPath(StringPath) 			iPath = Server.MapPath (StringPath) & "\" 			If IsDataLoad then 				MoveFirst 				While Not EOF 					Files("DestPath") = iPath 					Files.Update 				MoveNext 				Wend 				MoveFirst 			end if 		End function
StringPath cos'è?
Files("DestPath") = iPath ?