Hi there...
How can i delete Files/Folder on Cancel? I create a Global function called _delete(), add 4 files and if i Cancel on While Installing the first 3 will be deletet, but last file and created Folder won't. Where is my error?
How can i delete Files/Folder on Cancel? I create a Global function called _delete(), add 4 files and if i Cancel on While Installing the first 3 will be deletet, but last file and created Folder won't. Where is my error?
Code:
function _delete() sCur = Folder.GetCurrent(); Folder.DeleteTree(sCur .. "\\MyPath"); end
Comment