79114009

Date: 2024-10-22 12:22:30
Score: 1.5
Natty:
Report link

how i see, you try del file by using command "del". more often I use command system:

#include <windows.h>
#include <iostream>

int main() {
std::cout << "use command \"del\"";
system("del /f C:\\Users\\samee\\AppData\\Local\\Temp\\tempFile.txt");
}

here you use cmd windows

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): how i
  • Low reputation (1):
Posted by: Zero3epo