Windows Mobile 中获取程序当前目录的方法

    技术2022-07-06  189

    Mobile和部分CE系统不支持currentdirectory功能,可以通过以下方式获得当前目录

     

    Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) 


    最新回复(0)