diff options
Diffstat (limited to 'doc/html/ntqdir.html')
-rw-r--r-- | doc/html/ntqdir.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqdir.html b/doc/html/ntqdir.html index b31cc3f66..ac57ef3ac 100644 --- a/doc/html/ntqdir.html +++ b/doc/html/ntqdir.html @@ -594,18 +594,18 @@ this function returns FALSE. If you want to test for this use Returns TRUE if the <em>fileName</em> matches the wildcard (glob) pattern <em>filter</em>; otherwise returns FALSE. The <em>filter</em> may contain multiple patterns separated by spaces or semicolons. -<p> (See <a href="ntqregexp.html#wildcard-matching">TQRegExp wildcard +<p> (See <a href="tqregexp.html#wildcard-matching">TQRegExp wildcard matching.</a>) -<p>See also <a href="ntqregexp.html#match">TQRegExp::match</a>(). +<p>See also <a href="tqregexp.html#match">TQRegExp::match</a>(). <h3 class=fn>bool <a name="match-2"></a>TQDir::match ( const <a href="tqstringlist.html">TQStringList</a> & filters, const <a href="tqstring.html">TQString</a> & fileName )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns TRUE if the <em>fileName</em> matches any of the wildcard (glob) patterns in the list of <em>filters</em>; otherwise returns FALSE. -<p> (See <a href="ntqregexp.html#wildcard-matching">TQRegExp wildcard +<p> (See <a href="tqregexp.html#wildcard-matching">TQRegExp wildcard matching.</a>) -<p>See also <a href="ntqregexp.html#match">TQRegExp::match</a>(). +<p>See also <a href="tqregexp.html#match">TQRegExp::match</a>(). <h3 class=fn>bool <a name="matchAllDirs"></a>TQDir::matchAllDirs () const </h3> @@ -771,7 +771,7 @@ directories and files. </h3> Sets the name filter used by <a href="#entryList">entryList</a>() and <a href="#entryInfoList">entryInfoList</a>() to <em>nameFilter</em>. <p> The <em>nameFilter</em> is a wildcard (globbing) filter that understands -"*" and "?" wildcards. (See <a href="ntqregexp.html#wildcard-matching">TQRegExp wildcard matching</a>.) You may specify several filter +"*" and "?" wildcards. (See <a href="tqregexp.html#wildcard-matching">TQRegExp wildcard matching</a>.) You may specify several filter entries all separated by a single space " " or by a semi-colon ";". <p> For example, if you want entryList() and entryInfoList() to list |