Caravan Business Server>Help>Objects>File Object |
Syntax
|
<caravan>file "name"="path"</caravan>
|
Text
|
Name is the name of the file object Path is the absolute path of file or variable, say form(file). Location The Caravan script which has created the object file can be placed anywhere in the html file. The html files must be placed in the templates path.
|
Sample
|
Example <caravan>file f="c:\www\abc.txt"</caravan> Or <caravan>file f=form(filename)</caravan>
|
Quick Reference
|
file f="C:\Test.txt"
|
Properties
|
File
filename
date
size
urlname
|
Back
|