Server.MapPath - Physical path given, virtual path expected

后端 未结 2 726
一向
一向 2020-11-29 04:13

I\'m using this line of code:

var files = Directory.GetFiles(Server.MapPath(\"E:\\\\ftproot\\\\sales\"));

to locate files in a folder howev

2条回答
提交回复
热议问题