REBOL [
Title: "View an Image and its File Name"
File: %view-image-name.r
Date: 1-Jun-2000
Purpose: {Display an image in a window with its file name
printed directly below it.}
Note: {This script assumes your image is in the local directory.}
Category: [view VID 1]
]
file: %bay.jpg
view layout [image file text form file]