Describes an example observing a file operation.
Click on the following link to download the example: Notify.zip
Click on the following link to download additional files: CommonFramework.zip
Browse Notify to view the example code.
Browse CommonFramework to view additional files.
Notify
demonstrates
using MFileManObserver
how to observe a file copy operation
carried out through the file management class CFileMan
. The
build process puts a file, dateFile
, on the C drive.
The program copies this to a new file, dateFileCopy
,
using MFileManObserver
to report the progress of the operation.