eric6/Documentation/Source/eric6.E5Network.E5UrlInfo.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8215
fc5d68a6889e
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
196 196
197 <p> 197 <p>
198 Public method to get the group. 198 Public method to get the group.
199 </p> 199 </p>
200 <dl> 200 <dl>
201 <dt>Returns:</dt> 201 <dt>Return:</dt>
202 <dd> 202 <dd>
203 group (string) 203 group (string)
204 </dd> 204 </dd>
205 </dl> 205 </dl>
206 <a NAME="E5UrlInfo.isDir" ID="E5UrlInfo.isDir"></a> 206 <a NAME="E5UrlInfo.isDir" ID="E5UrlInfo.isDir"></a>
209 209
210 <p> 210 <p>
211 Public method to test, if the entry is a directory. 211 Public method to test, if the entry is a directory.
212 </p> 212 </p>
213 <dl> 213 <dl>
214 <dt>Returns:</dt> 214 <dt>Return:</dt>
215 <dd> 215 <dd>
216 flag indicating a directory (boolean) 216 flag indicating a directory (boolean)
217 </dd> 217 </dd>
218 </dl> 218 </dl>
219 <a NAME="E5UrlInfo.isExecutable" ID="E5UrlInfo.isExecutable"></a> 219 <a NAME="E5UrlInfo.isExecutable" ID="E5UrlInfo.isExecutable"></a>
222 222
223 <p> 223 <p>
224 Public method to test, if the entry is executable. 224 Public method to test, if the entry is executable.
225 </p> 225 </p>
226 <dl> 226 <dl>
227 <dt>Returns:</dt> 227 <dt>Return:</dt>
228 <dd> 228 <dd>
229 flag indicating executable (boolean) 229 flag indicating executable (boolean)
230 </dd> 230 </dd>
231 </dl> 231 </dl>
232 <a NAME="E5UrlInfo.isFile" ID="E5UrlInfo.isFile"></a> 232 <a NAME="E5UrlInfo.isFile" ID="E5UrlInfo.isFile"></a>
235 235
236 <p> 236 <p>
237 Public method to test, if the entry is a file. 237 Public method to test, if the entry is a file.
238 </p> 238 </p>
239 <dl> 239 <dl>
240 <dt>Returns:</dt> 240 <dt>Return:</dt>
241 <dd> 241 <dd>
242 flag indicating a file (boolean) 242 flag indicating a file (boolean)
243 </dd> 243 </dd>
244 </dl> 244 </dl>
245 <a NAME="E5UrlInfo.isReadable" ID="E5UrlInfo.isReadable"></a> 245 <a NAME="E5UrlInfo.isReadable" ID="E5UrlInfo.isReadable"></a>
248 248
249 <p> 249 <p>
250 Public method to test, if the entry is readable. 250 Public method to test, if the entry is readable.
251 </p> 251 </p>
252 <dl> 252 <dl>
253 <dt>Returns:</dt> 253 <dt>Return:</dt>
254 <dd> 254 <dd>
255 flag indicating readable (boolean) 255 flag indicating readable (boolean)
256 </dd> 256 </dd>
257 </dl> 257 </dl>
258 <a NAME="E5UrlInfo.isSymLink" ID="E5UrlInfo.isSymLink"></a> 258 <a NAME="E5UrlInfo.isSymLink" ID="E5UrlInfo.isSymLink"></a>
261 261
262 <p> 262 <p>
263 Public method to test, if the entry is a symbolic link. 263 Public method to test, if the entry is a symbolic link.
264 </p> 264 </p>
265 <dl> 265 <dl>
266 <dt>Returns:</dt> 266 <dt>Return:</dt>
267 <dd> 267 <dd>
268 flag indicating a symbolic link (boolean) 268 flag indicating a symbolic link (boolean)
269 </dd> 269 </dd>
270 </dl> 270 </dl>
271 <a NAME="E5UrlInfo.isValid" ID="E5UrlInfo.isValid"></a> 271 <a NAME="E5UrlInfo.isValid" ID="E5UrlInfo.isValid"></a>
274 274
275 <p> 275 <p>
276 Public method to check the validity of the object. 276 Public method to check the validity of the object.
277 </p> 277 </p>
278 <dl> 278 <dl>
279 <dt>Returns:</dt> 279 <dt>Return:</dt>
280 <dd> 280 <dd>
281 flag indicating validity (boolean) 281 flag indicating validity (boolean)
282 </dd> 282 </dd>
283 </dl> 283 </dl>
284 <a NAME="E5UrlInfo.isWritable" ID="E5UrlInfo.isWritable"></a> 284 <a NAME="E5UrlInfo.isWritable" ID="E5UrlInfo.isWritable"></a>
287 287
288 <p> 288 <p>
289 Public method to test, if the entry is writable. 289 Public method to test, if the entry is writable.
290 </p> 290 </p>
291 <dl> 291 <dl>
292 <dt>Returns:</dt> 292 <dt>Return:</dt>
293 <dd> 293 <dd>
294 flag indicating writable (boolean) 294 flag indicating writable (boolean)
295 </dd> 295 </dd>
296 </dl> 296 </dl>
297 <a NAME="E5UrlInfo.lastModified" ID="E5UrlInfo.lastModified"></a> 297 <a NAME="E5UrlInfo.lastModified" ID="E5UrlInfo.lastModified"></a>
300 300
301 <p> 301 <p>
302 Public method to get the last modified date and time. 302 Public method to get the last modified date and time.
303 </p> 303 </p>
304 <dl> 304 <dl>
305 <dt>Returns:</dt> 305 <dt>Return:</dt>
306 <dd> 306 <dd>
307 last modified date and time (QDateTime) 307 last modified date and time (QDateTime)
308 </dd> 308 </dd>
309 </dl> 309 </dl>
310 <a NAME="E5UrlInfo.lastRead" ID="E5UrlInfo.lastRead"></a> 310 <a NAME="E5UrlInfo.lastRead" ID="E5UrlInfo.lastRead"></a>
313 313
314 <p> 314 <p>
315 Public method to get the last read date and time. 315 Public method to get the last read date and time.
316 </p> 316 </p>
317 <dl> 317 <dl>
318 <dt>Returns:</dt> 318 <dt>Return:</dt>
319 <dd> 319 <dd>
320 last read date and time (QDateTime) 320 last read date and time (QDateTime)
321 </dd> 321 </dd>
322 </dl> 322 </dl>
323 <a NAME="E5UrlInfo.name" ID="E5UrlInfo.name"></a> 323 <a NAME="E5UrlInfo.name" ID="E5UrlInfo.name"></a>
326 326
327 <p> 327 <p>
328 Public method to get the name. 328 Public method to get the name.
329 </p> 329 </p>
330 <dl> 330 <dl>
331 <dt>Returns:</dt> 331 <dt>Return:</dt>
332 <dd> 332 <dd>
333 name (string) 333 name (string)
334 </dd> 334 </dd>
335 </dl> 335 </dl>
336 <a NAME="E5UrlInfo.owner" ID="E5UrlInfo.owner"></a> 336 <a NAME="E5UrlInfo.owner" ID="E5UrlInfo.owner"></a>
339 339
340 <p> 340 <p>
341 Public method to get the owner. 341 Public method to get the owner.
342 </p> 342 </p>
343 <dl> 343 <dl>
344 <dt>Returns:</dt> 344 <dt>Return:</dt>
345 <dd> 345 <dd>
346 owner (string) 346 owner (string)
347 </dd> 347 </dd>
348 </dl> 348 </dl>
349 <a NAME="E5UrlInfo.permissions" ID="E5UrlInfo.permissions"></a> 349 <a NAME="E5UrlInfo.permissions" ID="E5UrlInfo.permissions"></a>
352 352
353 <p> 353 <p>
354 Public method to get the permissions. 354 Public method to get the permissions.
355 </p> 355 </p>
356 <dl> 356 <dl>
357 <dt>Returns:</dt> 357 <dt>Return:</dt>
358 <dd> 358 <dd>
359 permissions (integer) 359 permissions (integer)
360 </dd> 360 </dd>
361 </dl> 361 </dl>
362 <a NAME="E5UrlInfo.setDir" ID="E5UrlInfo.setDir"></a> 362 <a NAME="E5UrlInfo.setDir" ID="E5UrlInfo.setDir"></a>
533 533
534 <p> 534 <p>
535 Public method to get the size. 535 Public method to get the size.
536 </p> 536 </p>
537 <dl> 537 <dl>
538 <dt>Returns:</dt> 538 <dt>Return:</dt>
539 <dd> 539 <dd>
540 size (integer) 540 size (integer)
541 </dd> 541 </dd>
542 </dl> 542 </dl>
543 <div align="right"><a href="#top">Up</a></div> 543 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial