Moving of files

Dear All,
What are the steps taken when we copy a file from one location to another.
Suppose there is a file C:\a.txt
I move it to D:\b.txt then what are the steps.
Thanks in advance
Lalit

A copy or a move?
A copy is just read from source, write to destination - but you can NEVER
make anything that can even with 50% certainty if a file is being copied or
just read.
For move, a move can be a rename on the same volume, or copy + delete of
source. Again, you cannot tell this with certainty.
Usually, a move or copy CAN be detected by comparing file names and last
modified time.
This is how Explorer and any decent file manager copies files.

“Lalit S. Rana” wrote:

Dear All,
What are the steps taken when we copy a file from one location to another.
Suppose there is a file C:\a.txt
I move it to D:\b.txt then what are the steps.
Thanks in advance
Lalit


You are currently subscribed to ntfsd as: xxxxx@alfasp.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


Kind regards, Dejan M. MVP for DDK
http://www.alfasp.com E-mail: xxxxx@alfasp.com
Alfa Transparent File Encryptor - Transparent file encryption services.
Alfa File Protector - File protection and hiding library for Win32 developers.

Alfa File Monitor - File monitoring library for Win32 developers.

You can monitor this using filemon.