Closed webfolderio closed 4 years ago
teemo has been redesigned in architecture. Only one tmp file in target directory at present, don't need saving to tmp directory.
teemo has been redesigned in architecture. Only one tmp file in target directory at present, don't need saving to tmp directory.
Hi,
You could use O_TMPFILE while creating temp file. O_TMPFILE is a Linux-specific flag for open(), that allows creation of already-unlinked temporary files, that don't need to be explicitly removed via unlink. This means that you could create a temp file without name.
https://kernelnewbies.org/Linux_3.11#head-8be09d59438b31c2a724547838f234cb33c40357