Alexander Dyagilev
2017-04-08 07:12:49 UTC
Hello,
Does each rename_file call always has the corresponding alert
(file_renamed_alert or file_rename_failed_alert)?
Code example:
handle.rename_file(0, "newname.txt");
handle.rename_file(0, "newname2.txt");
Will I get 2 alerts?
Does each rename_file call always has the corresponding alert
(file_renamed_alert or file_rename_failed_alert)?
Code example:
handle.rename_file(0, "newname.txt");
handle.rename_file(0, "newname2.txt");
Will I get 2 alerts?