About Question enthuware.ocpjp.v7.2.2007 :
Posted: Sun Nov 24, 2013 5:21 pm
For the explanation of the correct answer, did you mean to say "the given glob pattern matches all the files with the extension .htm or .XML" instead of .html ?
"FYI, the given glob pattern matches all the files with extension .htm or .html. ** means, the pattern will match across directory boundaries. For example, It will match index.html as well as c:\temp\test\index.html But if you replace ** with *, it will match only index.html."
"FYI, the given glob pattern matches all the files with extension .htm or .html. ** means, the pattern will match across directory boundaries. For example, It will match index.html as well as c:\temp\test\index.html But if you replace ** with *, it will match only index.html."