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.
インターネットから一時ディレクトリにファイルをダウンロードしようとしています。
これは私がこれまでに持っているものです:
HRESULT hr; LPCTSTR Url = _T("linkhere"), File = _T("C:\\test.exe"); hr = URLDownloadToFile (0, Url, File, 0, 0);
これはうまくいっています。
ファイルを一時ディレクトリに保存する方法 (GetTempPath を使用)