diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqdir.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdir.html')
-rw-r--r-- | doc/html/ntqdir.html | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/doc/html/ntqdir.html b/doc/html/ntqdir.html index 89372c3bf..b31cc3f66 100644 --- a/doc/html/ntqdir.html +++ b/doc/html/ntqdir.html @@ -272,7 +272,7 @@ after the directories, again in reverse order. Constructs a TQDir pointing to the current directory ("."). <p> <p>See also <a href="#currentDirPath">currentDirPath</a>(). -<h3 class=fn><a name="TQDir-2"></a>TQDir::TQDir ( const <a href="ntqstring.html">TQString</a> & path, const <a href="ntqstring.html">TQString</a> & nameFilter = TQString::null, int sortSpec = Name | IgnoreCase, int filterSpec = All ) +<h3 class=fn><a name="TQDir-2"></a>TQDir::TQDir ( const <a href="tqstring.html">TQString</a> & path, const <a href="tqstring.html">TQString</a> & nameFilter = TQString::null, int sortSpec = Name | IgnoreCase, int filterSpec = All ) </h3> Constructs a TQDir with path <em>path</em>, that filters its entries by name using <em>nameFilter</em> and by attributes using <em>filterSpec</em>. It @@ -288,7 +288,7 @@ i.e. sort by name case-insensitively. printf( "%s\n", d[i] ); </pre> -<p> If <em>path</em> is "" or <a href="ntqstring.html#TQString-null">TQString::null</a>, TQDir uses "." (the current +<p> If <em>path</em> is "" or <a href="tqstring.html#TQString-null">TQString::null</a>, TQDir uses "." (the current directory). If <em>nameFilter</em> is "" or TQString::null, TQDir uses the name filter "*" (all files). <p> Note that <em>path</em> need not exist. @@ -303,7 +303,7 @@ Constructs a TQDir that is a copy of the directory <em>d</em>. </h3> Destroys the TQDir frees up its resources. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="absFilePath"></a>TQDir::absFilePath ( const <a href="ntqstring.html">TQString</a> & fileName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="absFilePath"></a>TQDir::absFilePath ( const <a href="tqstring.html">TQString</a> & fileName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> </h3> Returns the absolute path name of a file in the directory. Does <em>not</em> check if the file actually exists in the directory. Redundant multiple separators or "." and ".." directories in <em>fileName</em> @@ -314,7 +314,7 @@ is FALSE an absolute path will be prepended to the fileName and the resultant string returned. <p> <p>See also <a href="#filePath">filePath</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="absPath"></a>TQDir::absPath () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="absPath"></a>TQDir::absPath () const<tt> [virtual]</tt> </h3> Returns the absolute path (a path that starts with "/" or with a drive specification), which may contain symbolic links, but never @@ -322,17 +322,17 @@ contains redundant ".", ".." or multiple separators. <p> <p>See also <a href="#setPath">setPath</a>(), <a href="#canonicalPath">canonicalPath</a>(), <a href="#exists">exists</a>(), <a href="#cleanDirPath">cleanDirPath</a>(), <a href="#dirName">dirName</a>(), and <a href="#absFilePath">absFilePath</a>(). <p>Example: <a href="fileiconview-example.html#x810">fileiconview/qfileiconview.cpp</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="canonicalPath"></a>TQDir::canonicalPath () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="canonicalPath"></a>TQDir::canonicalPath () const<tt> [virtual]</tt> </h3> Returns the canonical path, i.e. a path without symbolic links or redundant "." or ".." elements. <p> On systems that do not have symbolic links this function will always return the same string that <a href="#absPath">absPath</a>() returns. If the canonical path does not exist (normally due to dangling symbolic -links) <a href="#canonicalPath">canonicalPath</a>() returns <a href="ntqstring.html#TQString-null">TQString::null</a>. -<p> <p>See also <a href="#path">path</a>(), <a href="#absPath">absPath</a>(), <a href="#exists">exists</a>(), <a href="#cleanDirPath">cleanDirPath</a>(), <a href="#dirName">dirName</a>(), <a href="#absFilePath">absFilePath</a>(), and <a href="ntqstring.html#isNull">TQString::isNull</a>(). +links) <a href="#canonicalPath">canonicalPath</a>() returns <a href="tqstring.html#TQString-null">TQString::null</a>. +<p> <p>See also <a href="#path">path</a>(), <a href="#absPath">absPath</a>(), <a href="#exists">exists</a>(), <a href="#cleanDirPath">cleanDirPath</a>(), <a href="#dirName">dirName</a>(), <a href="#absFilePath">absFilePath</a>(), and <a href="tqstring.html#isNull">TQString::isNull</a>(). -<h3 class=fn>bool <a name="cd"></a>TQDir::cd ( const <a href="ntqstring.html">TQString</a> & dirName, bool acceptAbsPath = TRUE )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="cd"></a>TQDir::cd ( const <a href="tqstring.html">TQString</a> & dirName, bool acceptAbsPath = TRUE )<tt> [virtual]</tt> </h3> Changes the TQDir's directory to <em>dirName</em>. <p> If <em>acceptAbsPath</em> is TRUE a path starting with separator "/" @@ -355,7 +355,7 @@ otherwise returns FALSE. Note that the logical <a href="#cdUp">cdUp</a>() operat not performed if the new directory does not exist. <p> <p>See also <a href="#cd">cd</a>(), <a href="#isReadable">isReadable</a>(), <a href="#exists">exists</a>(), and <a href="#path">path</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="cleanDirPath"></a>TQDir::cleanDirPath ( const <a href="ntqstring.html">TQString</a> & filePath )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="cleanDirPath"></a>TQDir::cleanDirPath ( const <a href="tqstring.html">TQString</a> & filePath )<tt> [static]</tt> </h3> Removes all multiple directory separators "/" and resolves any "."s or ".."s found in the path, <em>filePath</em>. @@ -365,7 +365,7 @@ For example, "./local" becomes "local", "local/../bin" becomes "bin" and "/local/usr/../bin" becomes "/local/bin". <p> <p>See also <a href="#absPath">absPath</a>() and <a href="#canonicalPath">canonicalPath</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="convertSeparators"></a>TQDir::convertSeparators ( const <a href="ntqstring.html">TQString</a> & pathName )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="convertSeparators"></a>TQDir::convertSeparators ( const <a href="tqstring.html">TQString</a> & pathName )<tt> [static]</tt> </h3> Returns <em>pathName</em> with the '/' separators converted to separators that are appropriate for the underlying operating @@ -394,21 +394,21 @@ Returns the application's current directory. <p> Use <a href="#path">path</a>() to access a TQDir object's path. <p> <p>See also <a href="#currentDirPath">currentDirPath</a>() and <a href="#TQDir">TQDir::TQDir</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentDirPath"></a>TQDir::currentDirPath ()<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentDirPath"></a>TQDir::currentDirPath ()<tt> [static]</tt> </h3> Returns the absolute path of the application's current directory. <p> <p>See also <a href="#current">current</a>(). <p>Examples: <a href="dirview-example.html#x1665">dirview/dirview.cpp</a>, <a href="helpviewer-example.html#x986">helpviewer/helpwindow.cpp</a>, and <a href="qdir-example.html#x1813">qdir/qdir.cpp</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="dirName"></a>TQDir::dirName () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="dirName"></a>TQDir::dirName () const<tt> [virtual]</tt> </h3> Returns the name of the directory; this is <em>not</em> the same as the path, e.g. a directory with the name "mail", might have the path "/var/spool/mail". If the directory has no name (e.g. it is the -root directory) <a href="ntqstring.html#TQString-null">TQString::null</a> is returned. +root directory) <a href="tqstring.html#TQString-null">TQString::null</a> is returned. <p> No check is made to ensure that a directory with this name actually exists. -<p> <p>See also <a href="#path">path</a>(), <a href="#absPath">absPath</a>(), <a href="#absFilePath">absFilePath</a>(), <a href="#exists">exists</a>(), and <a href="ntqstring.html#isNull">TQString::isNull</a>(). +<p> <p>See also <a href="#path">path</a>(), <a href="#absPath">absPath</a>(), <a href="#absFilePath">absFilePath</a>(), <a href="#exists">exists</a>(), and <a href="tqstring.html#isNull">TQString::isNull</a>(). <h3 class=fn>const TQFileInfoList * <a name="drives"></a>TQDir::drives ()<tt> [static]</tt> </h3> @@ -420,7 +420,7 @@ one root directory (e.g. "/"). or modify it. <p>Example: <a href="dirview-example.html#x1712">dirview/main.cpp</a>. -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="encodedEntryList"></a>TQDir::encodedEntryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="encodedEntryList"></a>TQDir::encodedEntryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This function is included to easy porting from TQt 1.x to TQt 2.0, @@ -428,7 +428,7 @@ it is the same as <a href="#entryList">entryList</a>(), but encodes the filename strings using TQFile::encodedName(). <p> It is more efficient to use entryList(). -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="encodedEntryList-2"></a>TQDir::encodedEntryList ( const <a href="ntqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstrlist.html">TQStrList</a> <a name="encodedEntryList-2"></a>TQDir::encodedEntryList ( const <a href="tqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -437,7 +437,7 @@ it is the same as <a href="#entryList">entryList</a>(), but encodes the filename strings using TQFile::encodedName(). <p> It is more efficient to use entryList(). -<h3 class=fn>const TQFileInfoList * <a name="entryInfoList"></a>TQDir::entryInfoList ( const <a href="ntqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> +<h3 class=fn>const TQFileInfoList * <a name="entryInfoList"></a>TQDir::entryInfoList ( const <a href="tqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> </h3> Returns a list of <a href="ntqfileinfo.html">TQFileInfo</a> objects for all the files and directories in the directory, ordered in accordance with @@ -473,7 +473,7 @@ function you must copy them. <p> Note: TQFileInfoList is really a <a href="tqptrlist.html">TQPtrList</a><TQFileInfo>. <p> <p>See also <a href="#entryList">entryList</a>(), <a href="#setNameFilter">setNameFilter</a>(), <a href="#setSorting">setSorting</a>(), and <a href="#setFilter">setFilter</a>(). -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="entryList"></a>TQDir::entryList ( const <a href="ntqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="entryList"></a>TQDir::entryList ( const <a href="tqstring.html">TQString</a> & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> </h3> Returns a list of the names of all the files and directories in the directory, ordered in accordance with <a href="#setSorting">setSorting</a>() and @@ -485,7 +485,7 @@ exist. <p> <p>See also <a href="#entryInfoList">entryInfoList</a>(), <a href="#setNameFilter">setNameFilter</a>(), <a href="#setSorting">setSorting</a>(), and <a href="#setFilter">setFilter</a>(). <p>Example: <a href="statistics-example.html#x2780">table/statistics/statistics.cpp</a>. -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="entryList-2"></a>TQDir::entryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="entryList-2"></a>TQDir::entryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns a list of the names of all the files and directories in @@ -497,7 +497,7 @@ filtered in accordance with <a href="#setFilter">setFilter</a>() and <a href="#s exist. <p> <p>See also <a href="#entryInfoList">entryInfoList</a>(), <a href="#setNameFilter">setNameFilter</a>(), <a href="#setSorting">setSorting</a>(), and <a href="#setFilter">setFilter</a>(). -<h3 class=fn>bool <a name="exists"></a>TQDir::exists ( const <a href="ntqstring.html">TQString</a> & name, bool acceptAbsPath = TRUE )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="exists"></a>TQDir::exists ( const <a href="tqstring.html">TQString</a> & name, bool acceptAbsPath = TRUE )<tt> [virtual]</tt> </h3> Checks for the existence of the file <em>name</em>. <p> If <em>acceptAbsPath</em> is TRUE a path starting with separator "/" @@ -515,7 +515,7 @@ This is an overloaded member function, provided for convenience. It behaves esse FALSE). <p> <p>See also <a href="ntqfileinfo.html#exists">TQFileInfo::exists</a>() and <a href="ntqfile.html#exists">TQFile::exists</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="filePath"></a>TQDir::filePath ( const <a href="ntqstring.html">TQString</a> & fileName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="filePath"></a>TQDir::filePath ( const <a href="tqstring.html">TQString</a> & fileName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> </h3> Returns the path name of a file in the directory. Does <em>not</em> check if the file actually exists in the directory. If the TQDir is @@ -545,7 +545,7 @@ environment variable). If none of these exist "C:\" is used. variable is used if it exists, otherwise rootDirPath() is used. <p> <p>See also <a href="#homeDirPath">homeDirPath</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="homeDirPath"></a>TQDir::homeDirPath ()<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="homeDirPath"></a>TQDir::homeDirPath ()<tt> [static]</tt> </h3> <p> Returns the absolute path of the user's home directory. @@ -567,7 +567,7 @@ directory and returns FALSE if the path is absolute (e.g. under UNIX a path is relative if it does not start with a "/"). <p> <p>See also <a href="#convertToAbs">convertToAbs</a>(). -<h3 class=fn>bool <a name="isRelativePath"></a>TQDir::isRelativePath ( const <a href="ntqstring.html">TQString</a> & path )<tt> [static]</tt> +<h3 class=fn>bool <a name="isRelativePath"></a>TQDir::isRelativePath ( const <a href="tqstring.html">TQString</a> & path )<tt> [static]</tt> </h3> Returns TRUE if <em>path</em> is relative; returns FALSE if it is absolute. @@ -589,7 +589,7 @@ this function returns FALSE. If you want to test for this use <p> <p>See also <a href="#root">root</a>() and <a href="#rootDirPath">rootDirPath</a>(). -<h3 class=fn>bool <a name="match"></a>TQDir::match ( const <a href="ntqstring.html">TQString</a> & filter, const <a href="ntqstring.html">TQString</a> & fileName )<tt> [static]</tt> +<h3 class=fn>bool <a name="match"></a>TQDir::match ( const <a href="tqstring.html">TQString</a> & filter, const <a href="tqstring.html">TQString</a> & fileName )<tt> [static]</tt> </h3> Returns TRUE if the <em>fileName</em> matches the wildcard (glob) pattern <em>filter</em>; otherwise returns FALSE. The <em>filter</em> may @@ -598,7 +598,7 @@ contain multiple patterns separated by spaces or semicolons. matching.</a>) <p>See also <a href="ntqregexp.html#match">TQRegExp::match</a>(). -<h3 class=fn>bool <a name="match-2"></a>TQDir::match ( const <a href="ntqstringlist.html">TQStringList</a> & filters, const <a href="ntqstring.html">TQString</a> & fileName )<tt> [static]</tt> +<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) @@ -613,7 +613,7 @@ patterns in the list of <em>filters</em>; otherwise returns FALSE. <p> Returns the value set by <a href="#setMatchAllDirs">setMatchAllDirs</a>() <p> <p>See also <a href="#setMatchAllDirs">setMatchAllDirs</a>(). -<h3 class=fn>bool <a name="mkdir"></a>TQDir::mkdir ( const <a href="ntqstring.html">TQString</a> & dirName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> +<h3 class=fn>bool <a name="mkdir"></a>TQDir::mkdir ( const <a href="tqstring.html">TQString</a> & dirName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> </h3> Creates a directory. <p> If <em>acceptAbsPath</em> is TRUE a path starting with a separator ('/') @@ -623,7 +623,7 @@ removed. <p> Returns TRUE if successful; otherwise returns FALSE. <p> <p>See also <a href="#rmdir">rmdir</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="nameFilter"></a>TQDir::nameFilter () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="nameFilter"></a>TQDir::nameFilter () const </h3> <p> Returns the string set by <a href="#setNameFilter">setNameFilter</a>() @@ -648,7 +648,7 @@ FALSE. </h3> Makes a copy of TQDir <em>d</em> and assigns it to this TQDir. -<h3 class=fn><a href="ntqdir.html">TQDir</a> & <a name="operator-eq-2"></a>TQDir::operator= ( const <a href="ntqstring.html">TQString</a> & path ) +<h3 class=fn><a href="ntqdir.html">TQDir</a> & <a name="operator-eq-2"></a>TQDir::operator= ( const <a href="tqstring.html">TQString</a> & path ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the directory path to be the given <em>path</em>. @@ -669,15 +669,15 @@ returns FALSE. </pre> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="operator[]"></a>TQDir::operator[] ( int index ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="operator[]"></a>TQDir::operator[] ( int index ) const </h3> Returns the file name at position <em>index</em> in the list of file names. Equivalent to <a href="#entryList">entryList</a>().at(index). -<p> Returns a <a href="ntqstring.html#TQString-null">TQString::null</a> if the <em>index</em> is out of range or if the +<p> Returns a <a href="tqstring.html#TQString-null">TQString::null</a> if the <em>index</em> is out of range or if the entryList() function failed. <p> <p>See also <a href="#count">count</a>() and <a href="#entryList">entryList</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="path"></a>TQDir::path () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="path"></a>TQDir::path () const<tt> [virtual]</tt> </h3> <p> Returns the path, this may contain symbolic links, but never @@ -690,7 +690,7 @@ contains redundant ".", ".." or multiple separators. </h3> Refreshes the directory information. -<h3 class=fn>bool <a name="remove"></a>TQDir::remove ( const <a href="ntqstring.html">TQString</a> & fileName, bool acceptAbsPath = TRUE )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="remove"></a>TQDir::remove ( const <a href="tqstring.html">TQString</a> & fileName, bool acceptAbsPath = TRUE )<tt> [virtual]</tt> </h3> Removes the file, <em>fileName</em>. <p> If <em>acceptAbsPath</em> is TRUE a path starting with separator "/" @@ -700,7 +700,7 @@ will be removed and the resultant file name will be removed. <p> Returns TRUE if the file is removed successfully; otherwise returns FALSE. -<h3 class=fn>bool <a name="rename"></a>TQDir::rename ( const <a href="ntqstring.html">TQString</a> & oldName, const <a href="ntqstring.html">TQString</a> & newName, bool acceptAbsPaths = TRUE )<tt> [virtual]</tt> +<h3 class=fn>bool <a name="rename"></a>TQDir::rename ( const <a href="tqstring.html">TQString</a> & oldName, const <a href="tqstring.html">TQString</a> & newName, bool acceptAbsPaths = TRUE )<tt> [virtual]</tt> </h3> Renames a file or directory. <p> If <em>acceptAbsPaths</em> is TRUE a path starting with a separator @@ -715,7 +715,7 @@ fail. For example, on at least one file system rename() fails if <em>newName</em> points to an open file. <p>Example: <a href="fileiconview-example.html#x814">fileiconview/qfileiconview.cpp</a>. -<h3 class=fn>bool <a name="rmdir"></a>TQDir::rmdir ( const <a href="ntqstring.html">TQString</a> & dirName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> +<h3 class=fn>bool <a name="rmdir"></a>TQDir::rmdir ( const <a href="tqstring.html">TQString</a> & dirName, bool acceptAbsPath = TRUE ) const<tt> [virtual]</tt> </h3> Removes a directory. <p> If <em>acceptAbsPath</em> is TRUE a path starting with a separator ('/') @@ -731,7 +731,7 @@ removed. Returns the root directory. <p> <p>See also <a href="#rootDirPath">rootDirPath</a>() and <a href="#drives">drives</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="rootDirPath"></a>TQDir::rootDirPath ()<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="rootDirPath"></a>TQDir::rootDirPath ()<tt> [static]</tt> </h3> Returns the absolute path for the root directory. <p> For UNIX operating systems this returns "/". For Windows file @@ -746,7 +746,7 @@ Mac OS X) and "\" under Windows. always use "/", TQt will translate your paths to conform to the underlying operating system. -<h3 class=fn>bool <a name="setCurrent"></a>TQDir::setCurrent ( const <a href="ntqstring.html">TQString</a> & path )<tt> [static]</tt> +<h3 class=fn>bool <a name="setCurrent"></a>TQDir::setCurrent ( const <a href="tqstring.html">TQString</a> & path )<tt> [static]</tt> </h3> Sets the application's current working directory to <em>path</em>. Returns TRUE if the directory was successfully changed; otherwise @@ -767,7 +767,7 @@ If <em>enable</em> is FALSE then the nameFilter() is applied to both directories and files. <p> <p>See also <a href="#matchAllDirs">matchAllDirs</a>(). -<h3 class=fn>void <a name="setNameFilter"></a>TQDir::setNameFilter ( const <a href="ntqstring.html">TQString</a> & nameFilter )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setNameFilter"></a>TQDir::setNameFilter ( const <a href="tqstring.html">TQString</a> & nameFilter )<tt> [virtual]</tt> </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 @@ -779,7 +779,7 @@ all files ending with either ".cpp" or ".h", you would use either dir.<a href="#setNameFilter">setNameFilter</a>("*.cpp *.h") or dir.setNameFilter("*.cpp;*.h"). <p> <p>See also <a href="#nameFilter">nameFilter</a>() and <a href="#setFilter">setFilter</a>(). -<h3 class=fn>void <a name="setPath"></a>TQDir::setPath ( const <a href="ntqstring.html">TQString</a> & path )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPath"></a>TQDir::setPath ( const <a href="tqstring.html">TQString</a> & path )<tt> [virtual]</tt> </h3> Sets the path of the directory to <em>path</em>. The path is cleaned of redundant ".", ".." and of multiple separators. No check is made |