Message124493
When maintaining an fd to implement a per thread current directory, you can use it to get a list of files in the directory.
For security reasons, instead of a named path, you can keep an fd to a directory so that if the path is changed externally while performing an operation, the open fd still points to the original directory. This function then allows you to list the contents of that fd. I think this is needed for #4489. |
|
Date |
User |
Action |
Args |
2010-12-22 08:43:48 | rosslagerwall | set | recipients:
+ rosslagerwall, loewis, pitrou, christian.heimes, benjamin.peterson, daniel.urban, anacrolix, Chris.Gerhard |
2010-12-22 08:43:48 | rosslagerwall | set | messageid: <1293007428.7.0.701514151311.issue10755@psf.upfronthosting.co.za> |
2010-12-22 08:43:44 | rosslagerwall | link | issue10755 messages |
2010-12-22 08:43:44 | rosslagerwall | create | |
|