Liste des Groupes | Revenir à cl c |
Am 01.06.2025 um 09:43 schrieb Lawrence D'Oliveiro:
On Sun, 1 Jun 2025 07:58:54 +0200, Bonita Montero wrote:Sth. like this:
>
for( directory_entry const &de : recursive_directory_iterator( "\",
directory_options::follow_directory_symlink ) )
cout << de.path() << endl;You need the dirfd functions to avoid certain potential security
holes on operations with symlinks.
Which security holes ?
Les messages affichés proviennent d'usenet.