| "
if objFile(lastFolder)<> "folder.gif" then
'counter for pictures
i = i + 1
vpath = split(Bpath,"\")
'converting to virtual path to display image
for o = 0 to ubound(vpath)
if vpath(o) = "images" then
exit for
end if
next
for p = o+1 to ubound(vpath)
buildFolders = buildFolders & vpath(p) & "/"
next
imageUrl = Bvpath & buildFolders
response.write " " & "" & objFile(lastFolder) if f.name<>"folder.gif" then response.write " (" & mid(f.size,1,2) & "K" & ")" end if response.write " | "
end if
end if
buildFolders = ""
'3 pictures in
| " response.write " |
| Browse Folders: |
"
'sub folders
Set sf = fldr.SubFolders
For Each f1 in sf
response.write" " & "" & f1.name & "" Next response.write " back" response.write " |