How to delete a file by script?
Seems DzFile does not come with a method "delete()", so, how can I use script to delete a file? Is there an API for this?
Thanks.
You currently have no notifications.
Seems DzFile does not come with a method "delete()", so, how can I use script to delete a file? Is there an API for this?
Thanks.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2026 Daz Productions Inc. All Rights Reserved.
Comments
DZFileInfo, which DzFile inherits from, has remove().
The documentation should be better, more like the Qt docs and conveniently show the inherited members, but it doesn't.
How can I miss that, thanks a lot, you save my day!!