|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Change the date modifiedI see where I can change the date a file is created....
File.SetCreationTime(path) But how can I change the date a file is modified. Thanks, C Hi
File.SetLastWriteTime(path,date) Hth, Greetz Peter -- Show quoteHide quoteProgramming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. (Rich Cook) "Cornjerker" <add***@gmail.com> schreef in bericht news:1137734827.505075.14150@z14g2000cwz.googlegroups.com... > I see where I can change the date a file is created.... > > File.SetCreationTime(path) > > But how can I change the date a file is modified. > > Thanks, C > Thanks for the reply, but this didn't change the "Date Modified" in the
windows explorer. I'll just use the date created instead. C Did you try it like this?
System.IO.File.SetLastWriteTime("c:\test.txt", New Date(2099, 5, 5)) because this should do the trick. Greetz Peter -- Show quoteHide quoteProgramming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. (Rich Cook) "Cornjerker" <add***@gmail.com> schreef in bericht news:1137856397.567937.261750@g14g2000cwa.googlegroups.com... > Thanks for the reply, but this didn't change the "Date Modified" in the > windows explorer. I'll just use the date created instead. > > C >
vb.net tabpage copying dynamic
Refresh questions installing my app on another computer ConnectionString property has not been initialized Question on finding records in a ado.net vb dataset installing an icon in the all users startup folder Retrieving file info from ftp server search within a arraylist Need to find which text box has the focus. wince, datagrid... no define >< |
|||||||||||||||||||||||