Barry
2007-08-07 15:09:37 UTC
Is there a way to delete files with a wildcard (, ie *.$$$), at runtime
I am currently using the following routine to delete a single file, but
want to delete a lot of files without having to specify each ones name.
Thanks
Barry
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
err = DeleteFile(FileName);
if (!err)
MessageBox(NULL,"Unable to Delete File","Delete File",MB_OK);
I am currently using the following routine to delete a single file, but
want to delete a lot of files without having to specify each ones name.
Thanks
Barry
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
err = DeleteFile(FileName);
if (!err)
MessageBox(NULL,"Unable to Delete File","Delete File",MB_OK);