美文网首页
asp.net获取到目录后,再返回上一级目录

asp.net获取到目录后,再返回上一级目录

作者: faith3729 | 来源:发表于2016-04-28 11:49 被阅读226次

    需要做文件上传,就需要获取到路径,可能还需要跳出程序当前文件夹。使用如下方法解决

    string path = Directory.GetCurrentDirectory();
    Directory.SetCurrentDirectory(path+ "\d") ;

    相关文章

      网友评论

          本文标题:asp.net获取到目录后,再返回上一级目录

          本文链接:https://www.haomeiwen.com/subject/dvchrttx.html