开发者

Get the last changed date of a xml-file with vb.NET

Is it possible to geht the date, when a xml-file last time was changed. I mean the date, wh开发者_运维问答ich you can see, if you right-click the file and click properties.


Did you try

File.GetLastWriteTime("c:\xmlFile.xml")

File.GetLastWriteTime Method

Returns the date and time the specified file or directory was last written to.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜