INFILE
CreateFile(TmpFile(TOPDIR "/" INFILE));
unlink(TmpFile(TOPDIR "/" INFILE));
int fd = openat(wd_, INFILE, O_RDONLY);