I want to write a program that can automatically read, modify files with same extension, eg. "*.htm" including subdirectories. How can I accomplish that?
I know there are FindNextFile, FindFirstFile API functions, but are they able to deal with subdirectories? or any other API or MASM lib function can do that?
Could any one give me an example?
I know there must be ways to do that, such as anti-virus programs can scan all files.
I know there are FindNextFile, FindFirstFile API functions, but are they able to deal with subdirectories? or any other API or MASM lib function can do that?
Could any one give me an example?
I know there must be ways to do that, such as anti-virus programs can scan all files.
http://www.asmcommunity.net/board/index.php?topic=14759.0
just add extention sensitivity
just add extention sensitivity
It works! Thank you very much!