I am interested to learn the syntax for path and file names when I want to use a wildcard symbol.
I understand that ? means any single character and that * means any string of characters. But how do I actually use ? and * ? I would be grateful if someone could answer the following questions.
Can I just say [b]*\*.ini[/b] to mean ANY FILE ENDING IN "INI" IN ANY PATH ON ANY DRIVE or do I need to qualify the drive like this [b]D:\*\*.ini[/b]
Can I use [b]*[/b] to mean ANY PATH WITH ANY NUMBER OF FOLDERS ? For example: if I want to define all files called file001.vko such as [b]C:\Documents and Settings\username\Application Data\EPSON\Smart Panel\file001.vko[/b] then can I use [b]*\file001.vks[/b]
If I want to represent this [b]C:\Documents and Settings\username\Application Data\EPSON\Smart Panel\*.*[/b] then can I use [b]*\Smart panel\*[/b]
If I want to refer to any filename with any extension then do I use just [b]*[/b] or do I need to use [b]*.*[/b]
Maybe the last question should ask about should be [b]\*[/b] or [b]*.*[/b]. Is this question's syntax correct and the last question's syntax incorrect?
Thank you for any help!
Regards,
Smolls.