I would like to know how can we hide the Progress Bar of Finder during a copy ?
I spent hours seeking without any results. I search something like that :
tell application "Finder"
set theItems to items of disk thisVolume
tell application "Finder" to set visible of process "Finder" to false <---- here
move theItems to Destination_Folder with replacing
end tell
As soon as the copy (or move) is launched, the Copy bar is in front.
Thank you for your help.