comparison doc/interpreter/system.txi @ 3710:9a77deefb8c9

[project @ 2000-08-02 20:47:44 by jwe]
author jwe
date Wed, 02 Aug 2000 20:47:46 +0000
parents a892190f4977
children aae05d51353c
comparison
equal deleted inserted replaced
3709:c73bea82af94 3710:9a77deefb8c9
115 creating, deleting, and reading directories, and for getting information 115 creating, deleting, and reading directories, and for getting information
116 about the status of files. 116 about the status of files.
117 117
118 @DOCSTRING(rename) 118 @DOCSTRING(rename)
119 119
120 @DOCSTRING(link)
121
122 @DOCSTRING(symlink)
123
120 @DOCSTRING(unlink) 124 @DOCSTRING(unlink)
121 125
122 @DOCSTRING(readdir) 126 @DOCSTRING(readdir)
123 127
124 @DOCSTRING(mkdir) 128 @DOCSTRING(mkdir)