On 2022-10-12, [email protected] <[email protected]> wrote: > On 2022-10-12 at 17:43:18 +0100, Paulo da Silva > <[email protected]> wrote: >> >> > Probably you could use os.unlink[1] with no problem. >> >> No, because I need to launch several rm's that keep running after the script >> ends. > > rm doesn't take that long.
Recursive ones can take a long time. -- https://mail.python.org/mailman/listinfo/python-list
