public static string GetCurrentPath()
        {
            System.Reflection.Assembly asm = System.Reflection.Assembly.GetExecutingAssembly();
            string path = asm.Location.Remove(asm.Location.LastIndexOf("\\")) + "\\";
            return path;
        }

相关文章:

  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-03
  • 2021-07-03
  • 2021-08-25
  • 2021-07-08
相关资源
相似解决方案