FN.DEF stream(url$, cache$, file$) byte.open r, stream, url$ byte.copy stream, file$ browse "file://"+cache$+file$ FN.END