Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
12203 | bpr | 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> |