C# C#自身のパス //ファイル名を含むフルパスと、フォルダのパス MessageBox.Show(Application.ExecutablePath + "\n" + Application.StartupPath); 2023.01.19 C#