获得当前应用程序目录

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


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