Thursday, September 28, 2023

InstallScript: How to use Kernel32 MoveFile

InstallScript: How to use Kernel32 MoveFile

MoveFile Kernel32 API function moves an existing file or a directory, including its children.
Below shows an example code how to use it in InstallScript

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...