Questions tagged [modified-date]
26 questions
0
votes
1 answer
Oracle Table Queried or Modified Date
I’ve been tasked with doing some housekeeping on an Oracle schema I have access to. In a nutshell, I’d like to drop any tables that have not been ‘used’ in the last 3 months (tables that haven’t been queried or had data manipulated in the last 3…

Bal
- 13
- 1
- 5
0
votes
1 answer
Need help in using the_modified_date() function
I am using startup blog theme. Instead of Published on date I would like to use Last Updated date for posts. After some searches I came to know that I need to replace function get_the_date() or the_date() with the_modified_date(). But in code I am…

Tanmay
- 59
- 2
- 10
0
votes
1 answer
Setting LastWriteTime to an unzipped file's original timestamp
I am using Sharpziplib version 0.86.0 to extract a zip file. It is working fine but the files extracted are with current DateTime. How could I get the original DateTime?
public static void UnzipFile(string sourcePath, string targetDirectory)
{
…

bala3569
- 10,832
- 28
- 102
- 146
0
votes
1 answer
Is it possible to get a "live" version of the last modified date of a google drive file?
I've noticed that when i open a file in google drive and modify an element and ask for the last modified date it gives me the actual time and date of the modification, while if i keep the file open and then make changes for the second time and ask…

steT
- 99
- 1
- 9
0
votes
0 answers
Google Drive REST API - why doesn't "modifiedDate" query field return any results when listing children?
In my Java project I am using the Google Drive API in order to download files from a public Drive.
When I try to list the children of a certain folder according to some criteria everything runs as expected. Yet there is this modifiedDate field…

Ionna
- 223
- 4
- 19
0
votes
2 answers
Batch file check file get updated to today's date(System Date)
I want to create a batch to check if the file have been modified to today's date, what i did was to "bring in a system's date and compare it with the modified date, if they match, then trigger something. My batch file works well and displays two…

hben
- 65
- 1
- 1
- 9
0
votes
0 answers
PHP trouble getting file last modified date and filesize
I am having an issue retrieving the file information from inside of a folder.
Of course, I am using PHP. I have various folders, all with various file types. Mostly .txt and .html files.
The code below displays the folders on my web page, as…

yamanzandem
- 57
- 10
0
votes
1 answer
How could file size change without 'date modified' getting changed?
I was puzzled seeing this. My vmware virtual machine was running and I was monitoring the size of the virtual disk file. The size of the file kept increasing but 'last modified' date remained unchanged. How is this possible? Confused.
My host OS is…

Indhu Bharathi
- 1,437
- 1
- 13
- 22
0
votes
1 answer
Using Batch Files to update and backup a directory
I need to create a backup batch script for a directory. It will update every 10 minutes. I would like it to only update files that have been added to the directory or modified after the last backup.
I tried to use this script:
@ECHO OFF
SET…
-1
votes
1 answer
Show File Modified Date With HTML File Running Off Network Drive - No Server
I have an html page running off a Windows network drive (no web server). The page has hyperlinks to other network files. Is there any way for me to return the last modified date of the files that the hyperlinks are pointing to and display them on…

Crash
- 3
- 2
-1
votes
1 answer
Batch file to rename all files in a parent folder and sub folders by adding file modified date/time to beginning of the filename
I cannot find a solution for how to add a parent folder path; this will work on all the subfolders under the parent folder. like this will rename all the files in the subfolders. I am using the code in the below link but the folder path is…

Network-Security
- 1
- 1