Hi,
thinBasic\SampleScripts\UI\Power\Power_Messages.tBasic is a sample that can detect power status changes via callback management.
I'm in search of such behaviour for complete filesystem interaction.
As a start I studied the file copy feature:
Both FILE_Copy and FILE_ShellCopy are synchronous functions. None can expose the copy progression to the script.
Instead, MS documentation shows two relevant entries: IFileOperation interface and CopyFileExW function.
Before moving in any direction, I would like to ask :
- advices for which of these two last way-suggestions would be the fittest and convenient to implement ?
- in your opinion, which shape the implementation should take ?
- if you think of another way ?
- any other thought about this ?
Bookmarks