猪二哥的小园子儿
小园子儿里的猪二哥

HttpWebRequest myReq = (HttpWebRequest)WebRequest.Create(path+filename); //创建一个请求(获得需要的文件信息)
HttpWebResponse myRes = (HttpWebResponse)myReq.GetResponse();
string gorlseftDate = myRes.LastModified.ToString("yyyy-MM-dd hh:mm:ss");//获得dataServer.rar的创建时间

 myRes中还有许多相关的信息,根据自己的需要去获取吧。

posted on 2014-05-07 11:51  猪小娣  阅读(975)  评论(0编辑  收藏  举报