获得当前应用程序目录

public static string GetAppPath()
{
    
return AppDomain.CurrentDomain.BaseDirectory.TrimEnd(new char[] {'\\'}+ "\\";
}


posted @ 2006-03-17 20:01  伊飏  阅读(371)  评论(0编辑  收藏  举报