开发者

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

开发者 https://www.devze.com 2022-12-16 07:01 出处:网络
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

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

精彩评论

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