<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>set last modified of a file</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>how can I set the last modified of a file? I tried:</FONT>
</P>

<P><FONT SIZE=2>com.opencms.flex.jsp.CmsJspActionElement cms = new com.opencms.flex.jsp.CmsJspActionElement(pageContext, request, response);</FONT></P>

<P><FONT SIZE=2>com.opencms.file.CmsResource res = cms.getCmsObject().readFile("/dir/dir/file.html");</FONT>
</P>

<P><FONT SIZE=2>res.setDateLastModified(System.currentTimeMillis());</FONT>
</P>

<P><FONT SIZE=2>- No error, but the lastmodified was not changed. Any help would be really appreciated.</FONT>
</P>

<P><FONT SIZE=2>Thanks in Advance, Arno</FONT>
</P>

</BODY>
</HTML>