Monitor File System on pocket pc

  • Thread starter Thread starter Shiva
  • Start date Start date
S

Shiva

I want to monitor the filesystem on my pocket pc.
Can i run a background process which monitor the file system or is
there some other way.

Thanks,
Shiva
 
For Windows Mobile you can use the SHChangeNotifyRegister API method, this
isn't supported on generic CE devices. Once registered this sends messages
to a window handle of your choice for the specific changes you have
registered for. For managed code the OpenNETCF SDF has a wrapper class
around this - FileSystemWatcher.

Peter
 
On Windows CE 4.0 and higher, you can use FindFirstChangeNotification. No
Windows Mobile required!

--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top