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#で、次の場所をハードコーディングするのではなく参照するにはどうすればよいですか?
次を使用できます。
System.Environment.GetFolderPath(System.Environment.SpecialFolder.ProgramFiles);
マシン上のプログラムファイルフォルダを取得します。これにより、実行中のアプリケーションに適切なものがすべて返されます。したがって、64ビットマシン上の32ビットアプリケーションの場合、英語版のWindowsでは「C:\ ProgramFiles(x86)」が返されます。