How to catch progress of file copy?

I’m making application with ability to copy system files and I need to show copying progress. Can anyone show some examples, I would be very appreciated. I’m trying to use FileStream class, but I seem to lack experience.

Thanks in advance.