31
QB64 Discussion / Re: _FileExists not working with wildcards
« Last post by bplus on April 14, 2022, 07:05:05 pm »I would use a shell command to delete files with wildcards.
Listen to QB64 Report!
Our podcast on all things QB64 is out now. Listen at
http://podcast.qb64.org
Actually, I think that I just figured out a little kludge of a workaround.
Before executing the kill command, simply create a fake file called Trash0.txt. That guarantees a file of the format Trash*.txt exists and that will prevent the kill command from throwing an error.
Attachment fixed. Sorry for posting the message twice. Mornings......