检查C#中是否存在文件即使使用Server.MapPath也返回false

时间:2013-02-08 12:47:39

标签: c# asp.net-mvc-4

我正在尝试检查文件夹中是否存在特定图像。它在解决方案中,代码将在手表中返回给我。

代码是:

 using SO = System.IO;


  if (SO.File.Exists(Server.MapPath(PathGame)))
            {
                selectJogo.imagemGame = PathGame;
            } 

但它会返回false

手表:

The watch for the variables

编辑:SO = System.IO

0 个答案:

没有答案