Page 1 of 1

About Question enthuware.ocpjp.v7.2.2007 :

Posted: Sun Nov 24, 2013 5:21 pm
by nickeasyuptech
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."

Re: About Question enthuware.ocpjp.v7.2.2007 :

Posted: Sun Nov 24, 2013 6:33 pm
by admin
Yes, you are right. It should be xml. Fixed.

thank you for your feedback!
Paul.