2012年1月29日日曜日

[ASP.NET]ルートからの相対位置取得

        public static bool InitializeApplication(HttpServerUtility Server)
        {

            // ルートディレクトリパス取得
            Uri root = new Uri(Server.MapPath("."));

            // ルートから相対位置のパス取得
            Uri path = new Uri(root, "../hogehoge");

        }




0 件のコメント:

コメントを投稿