Re: A file/directory listener
Posted By:
Bozidar_Dangubic
Posted On:
Wednesday, December 5, 2001 07:44 AM
there is no file listener but you can implement a thread that sits and periodically checks the file for modifications using the method you mentioned above. if it encounters a change, it can invoke a method on some other object to reload the properties for you.