| Author |
searching a file in a directory
|
mou haj
Ranch Hand
Joined: Sep 12, 2001
Posts: 81
|
|
can anybody tell me.... how can i search for a file in a directory ... what i need to do is thaty ill be expecting a file in a specified directory any time a day.. so i need to search for that file all the time as soon it comes ill have to capture it and send it over to some other place... how can i do it using jsp/servlets.please help thanx Moumita
|
 |
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
|
|
Use an autoloaded servlet (< load-on-startup >1</ load-on-startup > ) that kicks off a TimerTask from the init() method. - Peter
|
 |
 |
|
|
subject: searching a file in a directory
|
|
|