codice:
for each file in fc
cont_file = cont_file + 1
next

if cont_file = 0 then
response.write("vuota")
end if
fc è l'oggetto "folder" che ti intessa

Roby