How to get c# current directory.

 How to get c# current directory.





    string currentDirectory = System.IO.Directory.GetCurrentDirectory();
    //returns the current directory of the application when executing


Reactions

Post a Comment

0 Comments