IDTstudios1
Programmer
Could someone please tell me how to check if a file was modified less than X number minutes ago. I can get dates to work but not minutes. basically I need this:
if (string.txt = modified < 30 minutes ago)
{
}
else
{
}
Any input would be great, thanks.
if (string.txt = modified < 30 minutes ago)
{
}
else
{
}
Any input would be great, thanks.