Often you will find a file in a folder showing the DateModified column.
This value represents when the last changes were made to this file.
However, a file might have been created way back and copied to a folder recently.
If you want to know when a file was copied to a folder, you can do that by Adding a column DateCreated.
You can also find it by passing the argument /T:C to dir command
This value represents when the last changes were made to this file.
However, a file might have been created way back and copied to a folder recently.
If you want to know when a file was copied to a folder, you can do that by Adding a column DateCreated.
You can also find it by passing the argument /T:C to dir command