アプリケーションの実行ファイル名称を取得する方法を掲載致します。
対象
C#
基本 |
string name = Application.ExecutablePath; |
アプリケーション名称のみ取得 |
string work = Application.ExecutablePath;
string[] scope = work.Split( '\\' );
string name = scope[scope.Length-1]; |
|
Selection | File type icon | File name | Description | Size | Revision | Time | User |
|