AppDomain.CurrentDomain.BaseDirectory and various path acquisition methods in C #

Source: Internet
Author: User
<span id="Label3"></p><p><p></p></p><pre><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">gets the base directory of the Program. </span></span><span style="color: #000000;"><span style="color: #000000;">System.AppDomain.CurrentDomain.BaseDirectory</span></span><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">gets the full path of the module, including the file name</span></span><span style="color: #000000;"><span style="color: #000000;">System.Diagnostics.Process.GetCurrentProcess (). Mainmodule.filename</span></span><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">gets and sets the fully qualified directory of the current directory (the directory from which the process starts). </span></span><span style="color: #000000;"><span style="color: #000000;">System.Environment.CurrentDirectory</span></span><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">get the current working directory of the application, and note that the working directory can be changed, not the directory where the program Resides. </span></span><span style="color: #000000;"><span style="color: #000000;">System.IO.Directory.GetCurrentDirectory ()</span></span><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">gets and sets the name of the directory that contains the Application. </span></span><span style="color: #000000;"><span style="color: #000000;">System.AppDomain.CurrentDomain.SetupInformation.ApplicationBase</span></span><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">gets the path to the executable file that launched the Application. </span></span><span style="color: #000000;"><span style="color: #000000;">System.Windows.Forms.Application.StartupPath</span></span><span style="color: #008000;"><span style="color: #008000;">//</span></span><span style="color: #008000;"><span style="color: #008000;">gets the path and file name of the executable file that launched the application</span></span>System.Windows.Forms.Application.ExecutablePath</pre><p><p></p></p><p><p>AppDomain.CurrentDomain.BaseDirectory and various path acquisition methods in C #</p></p></span>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.