I'm trying to use the dir function to get a list of files that meet a specific naming format. The format is file_name.#, where # represents a single numeric digit.
I've tried using the "#" as a wildcard but it doesn't work unless I have the syntax wrong. Any suggestions?
I've tried using the "#" as a wildcard but it doesn't work unless I have the syntax wrong. Any suggestions?