comparison doc/interpreter/system.txi @ 12291:b6840c49fbdb release-3-4-x

Add S_ISBLK and family of functions to documentation. Improve docstrings for functions in System Utilities::File Utilities.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:28:38 -0800
parents f07e6b4d34c7
children f1ab2a12b4f4
comparison
equal deleted inserted replaced
12290:75a496c7a3df 12291:b6840c49fbdb
147 @DOCSTRING(datetick) 147 @DOCSTRING(datetick)
148 148
149 @node Filesystem Utilities 149 @node Filesystem Utilities
150 @section Filesystem Utilities 150 @section Filesystem Utilities
151 151
152 Octave includes the following functions for renaming and deleting files, 152 Octave includes many utility functions for copying, moving, renaming, and deleting files; for creating, reading, and deleting directories; for retrieving
153 creating, deleting, and reading directories, and for getting information 153 status information on files; and for manipulating file and path names.
154 about the status of files. 154
155 @DOCSTRING(movefile)
155 156
156 @DOCSTRING(rename) 157 @DOCSTRING(rename)
157 158
159 @DOCSTRING(copyfile)
160
161 @DOCSTRING(unlink)
162
158 @DOCSTRING(link) 163 @DOCSTRING(link)
159 164
160 @DOCSTRING(symlink) 165 @DOCSTRING(symlink)
161 166
162 @DOCSTRING(readlink) 167 @DOCSTRING(readlink)
163
164 @DOCSTRING(unlink)
165
166 @DOCSTRING(readdir)
167 168
168 @DOCSTRING(mkdir) 169 @DOCSTRING(mkdir)
169 170
170 @DOCSTRING(rmdir) 171 @DOCSTRING(rmdir)
171 172
176 @DOCSTRING(umask) 177 @DOCSTRING(umask)
177 178
178 @anchor{doc-lstat} 179 @anchor{doc-lstat}
179 @DOCSTRING(stat) 180 @DOCSTRING(stat)
180 181
182 @DOCSTRING(S_ISBLK)
183
184 @DOCSTRING(S_ISCHR)
185
186 @DOCSTRING(S_ISDIR)
187
188 @DOCSTRING(S_ISFIFO)
189
190 @DOCSTRING(S_ISLNK)
191
192 @DOCSTRING(S_ISREG)
193
181 @DOCSTRING(fileattrib) 194 @DOCSTRING(fileattrib)
182 195
183 @DOCSTRING(isdir) 196 @DOCSTRING(isdir)
184 197
198 @DOCSTRING(readdir)
199
185 @DOCSTRING(glob) 200 @DOCSTRING(glob)
186 201
187 @DOCSTRING(fnmatch) 202 @DOCSTRING(fnmatch)
188 203
189 @DOCSTRING(file_in_path) 204 @DOCSTRING(file_in_path)
190 205
206 @DOCSTRING(filesep)
207
208 @DOCSTRING(filemarker)
209
210 @DOCSTRING(fileparts)
211
212 @DOCSTRING(fullfile)
213
191 @DOCSTRING(tilde_expand) 214 @DOCSTRING(tilde_expand)
192 215
193 @DOCSTRING(canonicalize_file_name) 216 @DOCSTRING(canonicalize_file_name)
194 217
195 @DOCSTRING(movefile) 218 @DOCSTRING(make_absolute_filename)
196 219
197 @DOCSTRING(copyfile) 220 @DOCSTRING(is_absolute_filename)
198 221
199 @DOCSTRING(fileparts) 222 @DOCSTRING(is_rooted_relative_filename)
200 223
201 @DOCSTRING(filesep) 224 @DOCSTRING(P_tmpdir)
202
203 @DOCSTRING(filemarker)
204
205 @DOCSTRING(fullfile)
206 225
207 @DOCSTRING(tempdir) 226 @DOCSTRING(tempdir)
208 227
209 @DOCSTRING(tempname) 228 @DOCSTRING(tempname)
210
211 @DOCSTRING(P_tmpdir)
212
213 @DOCSTRING(is_absolute_filename)
214
215 @DOCSTRING(is_rooted_relative_filename)
216
217 @DOCSTRING(make_absolute_filename)
218 229
219 @node File Archiving Utilities 230 @node File Archiving Utilities
220 @section File Archiving Utilities 231 @section File Archiving Utilities
221 232
222 @DOCSTRING(bunzip2) 233 @DOCSTRING(bunzip2)