codice:
strFile = "sofia@"&ShowSub&"@"& strPicArray(0,x)
strFilePath = "/public/preview_thumb_sofia_tmp/"

foto_da_cercare = strFilePath & strFile 

Response.Write foto_da_cercare &"
"

Set objFso = Server.CreateObject("Scripting.FileSystemObject") 

if objFso.FileExists(foto_da_cercare) then 
        Response.Write"[img]"&foto_da_cercare&"[/img]"
else 
        Response.Write "[img]resizetool.aspx?mode=0&width=50&height=50&path=/sofia/"&ShowSub & "/" & ShowPic& "[/img]"

end if 
Set objFso = Nothing
i path sono corretti.... ho fatto un paio di response.write e sono OK!!!
ma allora perche anche se esiste la "foto_da_cercare" non fa quello che deve fare????