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.
Windows 7 および XP の C++ で、ユーザー名に関係なく、プログラム ディレクトリをデスクトップに変更する必要があります。現在_chdir()関数を使用しています。試し_chdir("Desktop")てみ_chdir("desktop")ましたが、-1 が返されました。
_chdir()
_chdir("Desktop")
_chdir("desktop")
それを行う方法はありますか?ありがとうございました!
環境変数を読み取り、%HOMEPATH%そのディレクトリに移動してから、デスクトップ ディレクトリに移動します。
%HOMEPATH%