Subversion Repositories wimsdev

Rev

Rev 11292 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11292 Rev 17228
Line 2... Line 2...
2
tit:filewrite
2
tit:filewrite
3
type:$type_exec
3
type:$type_exec
4
alias:writefile
4
alias:writefile
5
syntax:!filewrite ``fname content''
5
syntax:!filewrite ``fname content''
6
mean:Write ``content'' to file ``fname''. ``fname'' is a file residing in the module's directory, \
6
mean:Write ``content'' to file ``fname''. ``fname'' is a file residing in the module's directory, \
7
 under the subdirectory ``writable''. <br/>\
7
 under the subdirectory ``writable''. <br>\
8
  A new-line character will be added at the end of the ``content''.\
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 ``getfile'', the file is written to the getfile\
10
  Special case: if the file name starts with ``getfile'', the file is written to the getfile\
11
  subdirectory of the session. This file is then accessible via the command\
11
  subdirectory of the session. This file is then accessible via the command\
12
  </p>\
12
  </p>\