Subversion Repositories wimsdev

Rev

Blame | Last modification | View Log | RSS feed

  1. !! +var+
  2. tit:fileexists
  3. type:$type_var
  4. alias:filexists
  5. syntax:!fileexists ``file''
  6. mean: return ``yes'' if ``file'' is a file in the base directory ``public_html'' \
  7.   in the case of a non trusted module.\
  8.   If the command is executed from a trusted module, ``file'' \
  9.   may be of the form ``wimshome/address''. For example,\
  10. <pre>!fileexists themes/standard/_procs/tt.phtml</pre>\
  11. or for a trusted module,\
  12. <pre>!fileexists wimshome/log/classes/2001/Exindex</pre>
  13.