Rev 11292 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +exec+ +file+ |
11210 | bpr | 2 | tit:fileappend |
3 | type:$type_exec |
||
11220 | bpr | 4 | alias:appendfile |
11292 | bpr | 5 | syntax:!fileappend ``fname content'' |
6 | mean:Append ``content'' to file ``fname''. ``fname'' is a file residing in directory of the module, \ |
||
17228 | bpr | 7 | under the subdirectory ``writable''. <br> A new line will be added at the end of the ``content''.\ |
11210 | bpr | 8 | <p>\ |
11292 | bpr | 9 | Special case: if the file name starts with ``getfile/'', the file is written to the getfile \ |
11210 | bpr | 10 | subdirectory of the session. This file is then accessible via the command\ |
11 | </p>\ |
||
12 | <pre>!href cmd=getfile&special_parm=fname_without_getfile_prefix</pre>\ |
||
13 | or a complete url\ |
||
11240 | bpr | 14 | <pre>$wims_ref_name?session=$session&+cmd=getfile&+special_parm=fname_without_getfile_prefix</pre> |