1. File Download and to change the Modified date coderanch.comWhen we download a file then the time Issue is The Origin file was created & Modified on say 3 Oct 2007 The downloaded file 's creation date will the date when we do the download operation.The Date of accessed/ Modified also will be the date as of downloaded date & time. I need to change the Modified date attribute during ... |
2. last modified date of a file. coderanch.com |
3. Running Servlet file on specific date/time automatically coderanch.comIf you want a task to run at a specific time, why are you making that task a Servlet? In my opinion, the task itself should be a stand-alone application that you can schedule using your operating system's scheduler. If you need it to send info to/get info from the web application then using a request to a Servlet isn't a ... |
4. Extracting the date in which a txt file was created using JSP forums.oracle.comI have created a java application which executes an exe file. this will result in the creation of a txt file in my local folder.. each time the exe is executed , it ll result in a new file, so to reduce the memory wastage i have to delete these files periodically... so before running the exe , i planned to ... |