public static bool InitializeApplication(HttpServerUtility Server)
{
// ルートディレクトリパス取得
Uri root = new Uri(Server.MapPath("."));
// ルートから相対位置のパス取得
Uri path = new Uri(root, "../hogehoge");
}
0 件のコメント:
コメントを投稿