How to copy a locked file like .pst using delphi xe3
问题 I am struggling to find an answer to the following problem. Any and all help would be appreciated. I am using the following code to try and copy an outlook.pst file while outlook is open. And i cannot get it to succeed. It does not give an error, it just doesnt copy the file. copyfile('C:\Users\Administrator\Documents\Outlook Files\Outlook.pst','F:\Outlook.pst'); If you guys know how i will be able to copy a locked file like that please assist. I have tried and found that TFilestream also