Is there an easy way to delete files in 0062? Not using ofFileUtils in 007 I mean.
(in Windows, codeblocks)
Thanks
Is there an easy way to delete files in 0062? Not using ofFileUtils in 007 I mean.
(in Windows, codeblocks)
Thanks
Maybe you could just use a system call? I think on windows it would be something like:
system(“del C:\path\to\the\file”)