Hi... Anyone knows how to change file permissions in WX? Like readonly,archive,hidden,system...
The problem is. I need to copy a file to some location. And i need to be able to overwrite the old file if it that exists there... But i didn't found a way to make wxCopyFile overwrite files...
So i'm trying to change the file permision... and haven't found any function in wx lib that does just that... like chmod or something...