The last-modified tag has no wiki summary.
0
votes
0answers
12 views
Batch file error on Windows server 2003 server R2: _“for was unexpected at this time”_
I found the below batch file over internet. It basically deletes the folder based on last modified date.
The batch file runs perfectly fine in my Windows XP laptop, but when i try to run the same on ...
1
vote
1answer
44 views
Python: Get a list of all files and folders in a directory, the time of creation, the time of last modification. System independent solution?
This is a challenge as well as a question:
I have a folder of data files.
I want the following list of lists of information:
Filename: Created: Last modified:
Information = ...
4
votes
4answers
78 views
Sorting LinkedList<File> according to the files last modified time
I know there are many similar questions as mine, but I have not gotten anywhere with those answers ( I feel like I'm missing something...) But anyways:
I have a LinkedList . In my program, the user ...
0
votes
0answers
24 views
Using If-Modified-Since header for dynamically generated remote files
Our web server regularly downloads images from other web servers. To prevent our server having to download the same image every day even if it has not changed, I plan to store the Last-Modified header ...
0
votes
1answer
24 views
get the last modified date from ALAsset (Video) iOS Video
How would I get the last modified date from ALAsset type video?
I tried with:
NSDate *date = [dateFormatter dateFromString:[[[[asset defaultRepresentation] metadata] objectForKey:@"{TIFF}"] ...
0
votes
0answers
5 views
mojarra resopurce management bug
this problem is about
com.sun.faces.application.resource.ResourceImpl
there is a function
public boolean userAgentNeedsUpdate(FacesContext context)
it checks
if ...
2
votes
1answer
232 views
VBScript: Loop through ALL files in a folder based on 'Last Modified Date' (descending order)
I need to loop through the files in a given folder in descending order of 'Last Modified Date'.
In the first iteration of the loop I need to be able to open the most recently modified file for ...
0
votes
1answer
25 views
How to get last-modified of the pass that is added by user dynamically
Before I had a pass in my server and I got last-modified by using this:
header('Last-Modified: ' . date("D, d M Y H:i:s", filemtime('/Applications/MAMP/htdocs/passesWebserver/DigiClubCard.pkpass')) . ...
0
votes
1answer
29 views
Does Apache use file timestamps to check whether a resource has been modified?
I am developing an html page referencing a large Javascript file (1MB+) which is seldom modified. From here, I get that the js file will not be resent if not modified.
My question is: how does Apache ...
0
votes
1answer
65 views
In ruby, how might I find all Files between two dates
I'm very surprised I couldn't find an answer to this question, but I need to select all files modified between Time.now and 1.day.ago. Obviously I'm not expecting an 'ago' operator when dealing with ...
0
votes
0answers
92 views
Display last modified file (less than or equal to 1 hour from system time) in windows xp
I want to display the most recent file modified in last 1 hour in windows environment using command prompt at Start-->run-->cmd. The condition would be if a file is modified in last 1 hour then ...
0
votes
4answers
138 views
How to find out if a file was modified?
I want to implement a live reload of certain files. I assume that it is possible to somehow read the last-modified time of a file. That could be compared against the last time I loaded that file. I ...
0
votes
1answer
46 views
Android - last modification of SharedPreference
Is there a way to find that out?
My idea was to read last modification date of the settings file, but as far as I know, that's not possible on an unrooted phone...
0
votes
1answer
51 views
A more accurate DOS DIR modified time
Is it possible to view the last time a file was modified in DOS in millseconds or even in seconds?
4
votes
1answer
125 views
Get the timestamp of last modification of TYPO3 page, difference between tstamp and SYS_LASTCHANGED
What is the right way to get the date of last modification of a TYPO3 page (and its *tt_content*) ?
There are 2 fields in properties of table pages : tstamp and SYS_LASTCHANGED.
In this article ...
0
votes
1answer
43 views
htacces redirect if e-tag or last-modified in request header
I've tried searching around for an answer but can't find any tutorials or docs I can make sense of so I'm not even sure if it's possible, but;
I would like to redirect/rewrite a URL if the last ...
0
votes
2answers
80 views
Recursive “touch” on fileserver
There's something I want to accomplish with administrating my Windows file server:
I want to change the "Last Modified" date of all the folders on my server (just the folders and subfolders, not the ...
1
vote
3answers
211 views
“last accessed” vs “last modified” file date in java (windows)
I have a set of files on my windows directory which are copied from elsewhere.
On checking the properties of one of the files (right click -> Properties), it shows:
Created: Today, February 11, 2013, ...
0
votes
2answers
167 views
Unpacking android apk without changing the last modified date of files
I have published an android app in last year. Latest version of the apk is 3.2 (last modified date is 26th May 2012) whereas I have the source code only for 2.8 version (last modified on 15 May 2012). ...
0
votes
3answers
1k views
Move and rename files from folder to folder as a .bat file and adding modified date at beginning
I have spent many hours trying to work this out and no luck.
Scenario:
Have multiple different file names, but same extension in a folder. On Windows server 2008 64bit.
Want to move them to another ...
0
votes
1answer
42 views
git print filename and last updated date
Is there a git command to show :
filename last_updated
The closest I came up is :
git log --format=format:'%ci' --name-only
but this need processing and parsing to get what I want.
0
votes
4answers
123 views
How do I get Information from log file's last modified using Python?
I am new to Python and I am trying to create a script to go through all of my daily log files to check for errors.
I can open the files, print the last time the log file was modified, and print out ...
0
votes
0answers
55 views
last-modified different for same file
The css file are different because of the last-modified tag. How do i get the latest file?
From chrome,
Request URL:http://s.bechdo.in/css/override2.css
Request Method:GET
Status Code:200 OK
...
0
votes
2answers
191 views
JavaScript - Getter/Setter in Objects's Prototype is not working. Getter returns last element
I am new to JavaScript. While working with given javascript, I'm expecting the output values as "123"; "test1"; "456" and "test2", as there are two instances.
But the returned values are ...
1
vote
2answers
155 views
How can I judge whether the file (read from dropbox webpage) has been changed or not in Java?
Now I'm doing a distributed systems homework in Java, so I need to access one copy of configuration file from several computers. And now I could read and parse a shared file from dropbox webpage, like ...
0
votes
1answer
232 views
Delphi overwrite file and wrong modified date time
I'd like to get a file last modified time in Delphi.
Normally something like FileAge() would do the trick, only the problem is: if I overwrite *File A* with File B using CopyFile, File A's modified ...
2
votes
1answer
103 views
Get modified date of remote file
Is there some way to get modified date of this file?
I want to check the data every day and download it only if has changed, I tried with HttpURLConnection and con.getHeaderFields() but no results:
...
1
vote
0answers
127 views
Why to specify Last-Modified?
I'm bit confused with this header.
I already added "Expires" and "Cache-Control: max-age" in my .httaccess.
I also removed "E-tag" and "Last-Modified" as per advice:
If you remove the ...
0
votes
0answers
204 views
Safari not sending “If-Modified-Since” and “If-None-Match” headers
I'm generating dynamic content with PHP.
I'm sending the following HTTP-header:
HTTP/1.1 304 Not Modified
Date: Sun, 09 Dec 2012 17:24:41 GMT
Server: Apache
Connection: keep-alive, Keep-Alive
...
0
votes
1answer
144 views
batch-file incorporate another batch that copies modified files in directory to another directory
Here is what I've come up with, however I can't get the correct reference of xcopy in my code from what Aacini has provided in another post. cmd console will say it cannot find file ...
2
votes
2answers
416 views
Retrieve file creation or modification date not operating as expected
I'm using this piece of code to try to retrieve the last modified date of a file:
NSError *error = nil;
NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath: myFilePath ...
2
votes
1answer
66 views
Is there a way to touch() file in Amazon S3?
Im currently working with Amazon S3.
Im writing a program that check the modified dates.
What I need is a solution to edit the modified dates.
I could loop trought all the files and save them as ...
1
vote
2answers
78 views
Last modification time of Java resource within a jar
I need to get last modification time of a java resource. When I use
url.openConnection().getLastModified()
it returns the last modification time of the entire jar (same for all items inside), but ...
0
votes
1answer
220 views
How do you compare Last-Modified date to file Last Modified date?
I am trying to compare the date from the HTTP Last Modified header and to the requested file's last modified date.
I am using Tamper Data plugin in Firefox to add a Last-Modified header to test this ...
1
vote
0answers
105 views
How to verify accuracy of Win32::TieRegistry Information's “LastWrite” time
First off this is my first time using this site so please forgive me if I am lacking in all the etiquette, Thanks!
So I am writing a Perl script that runs through every Key in the windows registry ...
0
votes
1answer
616 views
batch-file compare similar filenames in a directory then copy the last modified file and save as to other directory
I have a batch file that will check for updates within a directory then copy any new files or recently modified files to the other selected directory, however I'm unsure how to check the source ...
-1
votes
4answers
139 views
Last modified order to match alphabetical order [closed]
I recently bought a HD Tv, a Philips 47PFL4307H/12 to be precise.
I attached to the USB my external hard disk to watch my collection of films and TV series, but file ordering was apparently wrong. I ...
0
votes
1answer
48 views
Session variable visible to all visitors in admin
I want to store last edited articles for an admin page so that if multiple administrators are editing, they can see what articles were edited recently.
My question is could I use session variable to ...
0
votes
1answer
204 views
How to return all last row's fields of the last Inserted/updated row?
As from title, I would like to return last row inserted/updated fields and values, is it possible in the same INSERT and the UPDATE query?
0
votes
1answer
132 views
jQuery, browser cache, refreshing an image with attr('src', newimage)
I am refreshing images via attr('src', newimage), where newimage may point to one of several images and may already be cached by the browser. Unfortunately the browser cache is being completely ...
0
votes
1answer
123 views
How to copy a directory in ant without modifying the sub directories last modified date
Problem:
I have an ant task where I want to copy a folder to a new location but keep all the sub directories last modified date unchanged.
Attempt 1:
Looking at the docs I found the ...
0
votes
2answers
803 views
Db2 change a column to row update timestamp
In my table I've a column MODIFIED with type TIMESTAMP.
I want to update this column automatically when the row is updated
I can use this for a new column
alter table my_table add column ...
0
votes
2answers
252 views
How to get the “true” LastModifiedDate of an object with the Salesforce API
I have a Custom Object in Salesforce that users routinely access and edit within the Salesforce online environment. Lets call them RootObjects to keep things simple.
I am attempting to retrieve the ...
0
votes
1answer
82 views
LINUX: How to search for modified files of a certain type? [closed]
How do I list all files of a certain type within a certain number of days? I've been doing
find / -type f -name '*.c" -ctime -3
I've gotten results for this but some of the files had their ...
3
votes
2answers
247 views
If-Modified-Since HTTP header passed by IE9 includes length?
Please clarify this weird If-Modified-Since header passed by IE9
In my ASP.NET 4.0 web app, I've got a generic handler (.ashx) that serves images stored in the DB. In the interest of efficiency, I'm ...
1
vote
1answer
274 views
monitor last modified time for a folder using batch file
I have a folder on my workstation where files are added every minute.
I have to monitor this folder every now and then, to see if new files are being added.
In case there is no new file in this folder ...
0
votes
0answers
90 views
will response not be cached after Last-Modified + max-age?
Say today (Aug 30 2012) an web server returns an image with http header
Age: 4387905 (50 days: since last modified to today)
Last-Modified: 10 Jul 2012
Cache Control: public , max-age=3153600 (1 ...
3
votes
1answer
908 views
formatted modified date/time on mac bash?
In my bash script on mac (snow leopard) I have a path and filename, and I need to get the modified date/time of that file. I found I could do:
stat -f "%m" $MYFILE
However, that returns what I ...
2
votes
2answers
428 views
Can I conditionally stop an Ant script based on file last modified time?
I've been looking all over the Internet, but couldn't find an answer anywhere. I have an MQFTE job coded in ANT script and I'm having difficulty with a process that moves files if a file doesn't have ...
0
votes
2answers
136 views
How can a program remember the time it was last run?
I'm making a simple program that copies files created or modified since it was last run. What's the best way to store the time the program itself was last run? I was thinking it could have a text file ...

