<<
file_folder="/myworkarea/myfiles"
myEditor="/myworkarea/file_edit.html"
myFiles=FILELIST(file_folder)
myFiles=GETCOLNOTEQ(myFiles,4,"DIR")
>>
<html>
<title>List Files</title>
<table border=0 width=450 cellpadding=2 cellspacing=0 bgcolor=#EEEEEE>
<tr><td colspan=3 bgcolor=#CECECE>
Folder: <b><<file_folder>></b></td></tr>
<tr><td><b>File</b></td>
<td><b>Size (Bytes)</b></td>
<td><b>Last Modified</b></td>
</tr>
<< DISPLAY NAME=myFiles
^<tr><td><a href="'+myeditor+'" NAME=file_name
VALUE="'+File_Folder+'"/[1]">[1]</td><td>[2]
</td><td>[3]</td></tr>^
/DISPLAY
>>
</table>
</html>