File history

  • Thread starter Thread starter Pums
  • Start date Start date
P

Pums

Hi,
I am using one webservice from which I am pulling the
information of a file like version, date, etc. now when i
rename the file am using system.io.file.move to move the
file and then i am deleting the file from old path. but,
in that case old history is lost which i want to maintain.
What should i do in that case?
please guide.

Thanks
 
* "Pums said:
I am using one webservice from which I am pulling the
information of a file like version, date, etc. now when i
rename the file am using system.io.file.move to move the
file and then i am deleting the file from old path. but,
in that case old history is lost which i want to maintain.
What should i do in that case?

Which history?
 
Hi,

In history I have created one structure whic stores the information
whenever a file is checked in, checked out or added like with details of
date, time etc.

Now I am creating one copy of this file with a new name and I am
deleting the old file. But, in that case all information of history is
lost. So, that I would like to preserve. I am also storing version
information of a file when there is made any changes.

I hope this would have made more clear.

Thanks.
 
Back
Top