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 Chriss Miller 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
Joined
Jul 12, 2007
Messages
2
Location
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>
 
Since it part of the data in the XML, the meanings are almost certainly application specific.

Tom Morrison
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top