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.
ExistFile(...) や DeleteFile(...) などの WinAPI 関数はありますか。また、ある場合、どのように使用できますか?よろしく
PathFileExists 関数:
ファイルやフォルダーなどのファイル システム オブジェクトへのパスが有効かどうかを判断します。
DeleteFile 関数:
既存のファイルを削除します。
どちらも非常に簡単で、使用方法も簡単です。