Objects>File Object
Introduction Installation Beginning Admin Quick Ref FTP Server SMTP Server Database Security
Statements Objects String Parsing Events Queues Samples Special names Error Handling Accessories   Back
Caravan Business Server>Help>Objects>File Object
Syntax   
   <caravan>
   file "name"="path with filename"
   </caravan>
  
Text
Name is the name of the file object

Path is the absolute path of file, say c:\xyz\text.txt. The path can be defined as a filename (e.g. c:\xyz\text.txt), or a variable or a URL.
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
time
replace
getline
nextline
blocksize
blockno
block
Home       Back