3 Replies Last post: Jul 13, 2006 2:24 PM by Igor Novikov  
Chris L   2 posts since
Apr 24, 2006
Currently Being Moderated

Jun 27, 2006 12:28 AM

FileSystemWatcher

Could someone please provide a non-gui example of FileSytemWatcher. I would like my app to watch

for

changes in a directory with sub files and folders. I couldn't get the FileSystemWatcher demo to work

properly for I need. I'm also a newbee to JNIWrapper. Thank ya.

 

P.S. I'm using JNIWrapper 3.2

Igor Novikov TeamDev Ltd. 225 posts since
Apr 24, 2006
Currently Being Moderated
1. Jun 27, 2006 2:34 PM in response to: Chris L
Re: FileSystemWatcher

Hi Christian,

 

You can find the simple non-gui code example in winpack samples:

 

winpack-3.0.zip/samples/FileSystemWatcherSample.java

 

Do not hesitate to contact us if you have other questions.

 

Sincerely,

 

Igor Novikov

Igor Novikov TeamDev Ltd. 225 posts since
Apr 24, 2006
Currently Being Moderated
3. Jul 13, 2006 2:24 PM in response to: Chris L
Re: Re: Re: FileSystemWatcher

You can find File System Watcher sample in MacPack demo or try using the attached source code.

 

Do not hesitate to contact us if you have other questions.

 

Sincerely,

 

Igor Novikov

Attachments:

More Like This

  • Retrieving data ...