Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Syntax 1

Status
Not open for further replies.

Owoods

Programmer
Jul 12, 2007
2
US
In the following lines what does **, *.*, and ~* stand for? *.* = all files? ** = all folders? ~*= ???

<pattern>$/Project/Current/Product/**/ProjectInfo.*</pattern>
<pattern>$/Project/Current/Build/**/*.*</pattern>
<pattern>$/Project/Current/Product/**/~*</pattern>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top