copy a file anywhere.
uac will skip for most folders (e.g C:\Program Files)
we act as explorer.exe to bypass some restrictions on file moving.
for the knowing ones:
PEB Masquerading + IFileOperation
anydrop::init();
anydrop::move(src_path, dest_path, TRUE); // TRUE = copy | FALSE = move