My application creates some pdf files using some private assemblies and then send them to another app by copying them in the second app folders.
After a while I need to come back and get my files and update them, the thing is that meanwhile some other pdf files can be added there which are not my files, and i need to get and use only my pdf files.
My question is, how can I easily identify my files? Should I use a specific name for them? Should I create a file in which to store my file names? Or is there something that can sign a file as "my file" (without using a certificate or a third party software)?
Please note that i am using the last versions of C# and .NET .
There are actually 3 ways: