eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileSystemUtilities.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
87 <dd> 87 <dd>
88 flag indicating that name is a directory 88 flag indicating that name is a directory
89 </dd> 89 </dd>
90 </dl> 90 </dl>
91 <dl> 91 <dl>
92 <dt>Returns:</dt> 92 <dt>Return:</dt>
93 <dd> 93 <dd>
94 decorated file or directory name 94 decorated file or directory name
95 </dd> 95 </dd>
96 </dl> 96 </dl>
97 <dl> 97 <dl>
116 <dd> 116 <dd>
117 name of the file 117 name of the file
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <dl> 120 <dl>
121 <dt>Returns:</dt> 121 <dt>Return:</dt>
122 <dd> 122 <dd>
123 tuple containing the stat() result 123 tuple containing the stat() result
124 </dd> 124 </dd>
125 </dl> 125 </dl>
126 <dl> 126 <dl>
149 <dd> 149 <dd>
150 flag indicating to show hidden files as well 150 flag indicating to show hidden files as well
151 </dd> 151 </dd>
152 </dl> 152 </dl>
153 <dl> 153 <dl>
154 <dt>Returns:</dt> 154 <dt>Return:</dt>
155 <dd> 155 <dd>
156 flag indicating a visible filesystem entry 156 flag indicating a visible filesystem entry
157 </dd> 157 </dd>
158 </dl> 158 </dl>
159 <dl> 159 <dl>
182 <dd> 182 <dd>
183 flag indicating to show hidden files as well 183 flag indicating to show hidden files as well
184 </dd> 184 </dd>
185 </dl> 185 </dl>
186 <dl> 186 <dl>
187 <dt>Returns:</dt> 187 <dt>Return:</dt>
188 <dd> 188 <dd>
189 list of tuples containing the entry name and the associated 189 list of tuples containing the entry name and the associated
190 stat() tuple 190 stat() tuple
191 </dd> 191 </dd>
192 </dl> 192 </dl>
212 <dd> 212 <dd>
213 mode value 213 mode value
214 </dd> 214 </dd>
215 </dl> 215 </dl>
216 <dl> 216 <dl>
217 <dt>Returns:</dt> 217 <dt>Return:</dt>
218 <dd> 218 <dd>
219 string representation of the given mode value 219 string representation of the given mode value
220 </dd> 220 </dd>
221 </dl> 221 </dl>
222 <dl> 222 <dl>
241 <dd> 241 <dd>
242 time value 242 time value
243 </dd> 243 </dd>
244 </dl> 244 </dl>
245 <dl> 245 <dl>
246 <dt>Returns:</dt> 246 <dt>Return:</dt>
247 <dd> 247 <dd>
248 string representation of the given time 248 string representation of the given time
249 </dd> 249 </dd>
250 </dl> 250 </dl>
251 <dl> 251 <dl>

eric ide

mercurial