در ویندوز با استفاده از سی شارپ چگونه می توانیم مسیر نصب یک نرم افزار ( مانند MS word ) را در پروژه خود دریافت کنیم؟
روش اول
Environment.GetCommandLineArgs()[0];
روش دوم
System.IO.Path.GetDirectoryName(Process.GetCurrentProcess().MainModule.FileName)
روش سوم
DriveInfo cDrive = new DriveInfo(System.Environment.CurrentDirectory); var driverPath = cDrive.RootDirectory;
روش چهارم
// Get normal filepath of this assembly's permanent directory var path = new Uri( System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetExecutingAssembly().CodeBase) ).LocalPath;
روش پنجم
string rootPath = Path.GetPathRoot(Application.StartupPath)
کدهای بیشتر - سی شارپ
جستجو یک متن در یک آرایه سی شارپ #C
1 Comments
آیا این مطلب برای شما مفید بود؟
از اینکه بازخورد خود را در اختیار ما گذاشته اید متشکریم. تا بعد 🙂