Top "Last-modified" questions

How to find the most recent file in a directory using .NET, and without looping?

I need to find the most recently modified file in a directory. I know I can loop through every file …

c# .net file loops last-modified
How to get File Created Date and Modified Date

I have an .NET EXE file . I want to find the file created date and modified date in C# application. …

c# file io last-modified datecreated
Check last modified date of file in C#

I'm looking to find out a way of seeing when a file was last modified in C#. I have full …

c# windows file last-modified
Get file modified date in VB.NET

I have a number of files in a folder, and I need to get the last modified date. So I …

.net vb.net file-io last-modified
Unix command (other than 'stat' and 'ls') to get file modification date without parsing

I am writing a shell script in which I have to find the last modification date of a file. Stat …

file unix last-modified
VBA - How to get the last modified file or folder in a directory in Excel 2010

What I want to do is more complex than selecting a file from a list of files. I will start …

excel vba file-io last-modified
Comparing a modified file date with the current date in a batch file

I'm required to write a batch file to do a few things Initially I thought my problem was very simple …

date batch-file last-modified
Get last modified time of file in linux

I am working on a C program where I need to get the last modified time of the file. What …

c linux timestamp last-modified
How do I find the last modified file in a directory in Java?

How do I find the last modified file in a directory in java?

java file-io last-modified
Getting all files modified within a date range

We have a asp.net,C# application in which there is a requirement to get all the files whose date …

c# asp.net file last-modified