Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
fwrite(str, strlen(str), 1, g_poFp);
これはログファイルです。私のプロセスは、 を使用してこのファイルにログ情報を書き込みますfwrite。しかし、今日、ファイルは誰かによって削除されました。私の質問は、削除アクションを監視するためのコーディング方法です!
fwrite