Rev 5921 | Rev 11212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +file+ |
1 | !! +exec+ +file+ |
- | 2 | tit:filewrite |
|
2 |
|
3 | type:$type_exec |
3 |
|
4 | alias:!writefile |
4 |
|
5 | syntax:!filewrite `fname content' |
5 | $lst_mean Write $emph content$emphend to file $emph fname$emphend. |
- | |
6 |
|
6 | mean:Write `content' to file `fname'. `fname' is a file residing in the module's directory, \ |
7 | subdirectory |
7 | under the subdirectory `writable'. <br/>\ |
8 |
|
8 | A new-line character will be added at the end of the `content'.\ |
9 | <p> |
9 | <p>\ |
10 | Special case: if the file name starts with |
10 | Special case: if the file name starts with `getfile/', the file is written to the getfile\ |
11 |
|
11 | subdirectory of the session. This file is then accessible via the command\ |
12 | accessible via the command |
- | |
13 |
|
12 | </p>\ |
14 |
|
13 | <pre>!href cmd=getfile&special_parm=fname_without_getfile_prefix</pre>,\ |
15 |
|
14 | or a complete url\ |
16 | <pre>$$wims_ref_name?session=$$session&+cmd=getfile&+special_parm=fname_without_getfile_prefix</pre> |
15 | <pre>$$wims_ref_name?session=$$session&+cmd=getfile&+special_parm=fname_without_getfile_prefix</pre> |