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.
Cファイルのコードを使用してUNIXでディレクトリを変更したい.私はこれを試した:
char command[50]; strcpy( command, "cd newdirectory/" ); system(command);
「システム」を使用する他のコマンドは機能します。