e.g
there is drive C in that drive file is create automatically in every 4 mints
for e.g
abc 11/5/2016 4:00am
def 11/5/2016 4:04am
when i run code data is displayed as
the last access for C 11/5/2016 4:00am
the last access for C 11/5/2016 4:05 am
now when another file is not created within 4 mintues in that drive then also this line "the last access for C 11/5/2016 4:05 am" not displayed in
so now i want to send data in database that when file is not created with in 4 mint then data will be insert otheriwse not
hope u understand