picture

Archive for the ‘Delphi’ Category

Copy Directory in Delphi.

Wednesday, February 3rd, 2010

In order to copy the content of a directory to the new location, I used ShFileOperation function. Important: if you want to copy only the content of the folder and not the folder itself, the StrFrom parameter should end with *.* like C:\MyTestFolder\sourceFolder\*.*
(more…)

Delete Folder in Delphi.

Wednesday, February 3rd, 2010

Create a Desktop Icon in Delphi.

Wednesday, February 3rd, 2010