Liste des Groupes | Revenir à cl c |
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 holesWhich security holes ?
on operations with symlinks.
Les messages affichés proviennent d'usenet.