"
time createdate
// line below accesses the created date assigns to local variable
createdate(time)=docs(time)
// lines below display various properties like filename, type, size and created date
""
"";docs(filename);""
" | "
""
"";docs(type);""
" | "
""
"";docs(size);""
" | "
""
"";createdate(date);"/";createdate(month);"/";createdate(year);""
" | "
"
"
endif
// line below finds the next matching file in the current folder.
docs(findnext)
repeat z 500
"