diff options
author | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqdir.3qt | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqdir.3qt')
-rw-r--r-- | doc/man/man3/tqdir.3qt | 320 |
1 files changed, 160 insertions, 160 deletions
diff --git a/doc/man/man3/tqdir.3qt b/doc/man/man3/tqdir.3qt index 9fca59162..8aaeb93f8 100644 --- a/doc/man/man3/tqdir.3qt +++ b/doc/man/man3/tqdir.3qt @@ -1,5 +1,5 @@ '\" t -.TH QDir 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQDir 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,11 +7,11 @@ .ad l .nh .SH NAME -QDir \- Access to directory structures and their contents in a platform-independent way +TQDir \- Access to directory structures and their contents in a platform-independent way .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.</p> .PP -\fC#include <ntqdir.h>\fR +\fC#include <tqdir.h>\fR .PP .SS "Public Members" .in +1c @@ -22,22 +22,22 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "enum \fBSortSpec\fR { Name = 0x00, Time = 0x01, Size = 0x02, Unsorted = 0x03, SortByMask = 0x03, DirsFirst = 0x04, Reversed = 0x08, IgnoreCase = 0x10, LocaleAware = 0x20, DefaultSort = -1 }" .br .ti -1c -.BI "\fBQDir\fR ()" +.BI "\fBTQDir\fR ()" .br .ti -1c -.BI "\fBQDir\fR ( const TQString & path, const TQString & nameFilter = TQString::null, int sortSpec = Name | IgnoreCase, int filterSpec = All )" +.BI "\fBTQDir\fR ( const TQString & path, const TQString & nameFilter = TQString::null, int sortSpec = Name | IgnoreCase, int filterSpec = All )" .br .ti -1c -.BI "\fBQDir\fR ( const QDir & d )" +.BI "\fBTQDir\fR ( const TQDir & d )" .br .ti -1c -.BI "virtual \fB~QDir\fR ()" +.BI "virtual \fB~TQDir\fR ()" .br .ti -1c -.BI "QDir & \fBoperator=\fR ( const QDir & d )" +.BI "TQDir & \fBoperator=\fR ( const TQDir & d )" .br .ti -1c -.BI "QDir & \fBoperator=\fR ( const TQString & path )" +.BI "TQDir & \fBoperator=\fR ( const TQString & path )" .br .ti -1c .BI "virtual void \fBsetPath\fR ( const TQString & path )" @@ -109,10 +109,10 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "virtual TQStringList \fBentryList\fR ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const" .br .ti -1c -.BI "virtual const QFileInfoList * \fBentryInfoList\fR ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const" +.BI "virtual const TQFileInfoList * \fBentryInfoList\fR ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const" .br .ti -1c -.BI "virtual const QFileInfoList * \fBentryInfoList\fR ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const" +.BI "virtual const TQFileInfoList * \fBentryInfoList\fR ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const" .br .ti -1c .BI "virtual bool \fBmkdir\fR ( const TQString & dirName, bool acceptAbsPath = TRUE ) const" @@ -136,10 +136,10 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "virtual void \fBconvertToAbs\fR ()" .br .ti -1c -.BI "virtual bool \fBoperator==\fR ( const QDir & d ) const" +.BI "virtual bool \fBoperator==\fR ( const TQDir & d ) const" .br .ti -1c -.BI "virtual bool \fBoperator!=\fR ( const QDir & d ) const" +.BI "virtual bool \fBoperator!=\fR ( const TQDir & d ) const" .br .ti -1c .BI "virtual bool \fBremove\fR ( const TQString & fileName, bool acceptAbsPath = TRUE )" @@ -160,7 +160,7 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "TQString \fBconvertSeparators\fR ( const TQString & pathName )" .br .ti -1c -.BI "const QFileInfoList * \fBdrives\fR ()" +.BI "const TQFileInfoList * \fBdrives\fR ()" .br .ti -1c .BI "char \fBseparator\fR ()" @@ -169,13 +169,13 @@ All the functions in this class are reentrant when TQt is built with thread supp .BI "bool \fBsetCurrent\fR ( const TQString & path )" .br .ti -1c -.BI "QDir \fBcurrent\fR ()" +.BI "TQDir \fBcurrent\fR ()" .br .ti -1c -.BI "QDir \fBhome\fR ()" +.BI "TQDir \fBhome\fR ()" .br .ti -1c -.BI "QDir \fBroot\fR ()" +.BI "TQDir \fBroot\fR ()" .br .ti -1c .BI "TQString \fBcurrentDirPath\fR ()" @@ -200,19 +200,19 @@ All the functions in this class are reentrant when TQt is built with thread supp .br .in -1c .SH DESCRIPTION -The QDir class provides access to directory structures and their contents in a platform-independent way. +The TQDir class provides access to directory structures and their contents in a platform-independent way. .PP -A QDir is used to manipulate path names, access information regarding paths and files, and manipulate the underlying file system. +A TQDir is used to manipulate path names, access information regarding paths and files, and manipulate the underlying file system. .PP -A QDir can point to a file using either a relative or an absolute path. Absolute paths begin with the directory separator "/" (optionally preceded by a drive specification under Windows). If you always use "/" as a directory separator, TQt will translate your paths to conform to the underlying operating system. Relative file names begin with a directory name or a file name and specify a path relative to the current directory. +A TQDir can point to a file using either a relative or an absolute path. Absolute paths begin with the directory separator "/" (optionally preceded by a drive specification under Windows). If you always use "/" as a directory separator, TQt will translate your paths to conform to the underlying operating system. Relative file names begin with a directory name or a file name and specify a path relative to the current directory. .PP -The "current" path refers to the application's working directory. A QDir's own path is set and retrieved with setPath() and path(). +The "current" path refers to the application's working directory. A TQDir's own path is set and retrieved with setPath() and path(). .PP -An example of an absolute path is the string "/tmp/quartz", a relative path might look like "src/fatlib". You can use the function isRelative() to check if a QDir is using a relative or an absolute file path. Call convertToAbs() to convert a relative QDir to an absolute one. For a simplified path use cleanDirPath(). To obtain a path which has no symbolic links or redundant ".." elements use canonicalPath(). The path can be set with setPath(), and changed with cd() and cdUp(). +An example of an absolute path is the string "/tmp/quartz", a relative path might look like "src/fatlib". You can use the function isRelative() to check if a TQDir is using a relative or an absolute file path. Call convertToAbs() to convert a relative TQDir to an absolute one. For a simplified path use cleanDirPath(). To obtain a path which has no symbolic links or redundant ".." elements use canonicalPath(). The path can be set with setPath(), and changed with cd() and cdUp(). .PP -QDir provides several static functions, for example, setCurrent() to set the application's working directory and currentDirPath() to retrieve the application's working directory. Access to some common paths is provided with the static functions, current(), home() and root() which return QDir objects or currentDirPath(), homeDirPath() and rootDirPath() which return the path as a string. If you want to know about your application's path use QApplication::applicationDirPath(). +TQDir provides several static functions, for example, setCurrent() to set the application's working directory and currentDirPath() to retrieve the application's working directory. Access to some common paths is provided with the static functions, current(), home() and root() which return TQDir objects or currentDirPath(), homeDirPath() and rootDirPath() which return the path as a string. If you want to know about your application's path use QApplication::applicationDirPath(). .PP -The number of entries in a directory is returned by count(). Obtain a string list of the names of all the files and directories in a directory with entryList(). If you prefer a list of QFileInfo pointers use entryInfoList(). Both these functions can apply a name filter, an attributes filter (e.g. read-only, files not directories, etc.), and a sort order. The filters and sort may be set with calls to setNameFilter(), setFilter() and setSorting(). They may also be specified in the entryList() and entryInfoList()'s arguments. +The number of entries in a directory is returned by count(). Obtain a string list of the names of all the files and directories in a directory with entryList(). If you prefer a list of TQFileInfo pointers use entryInfoList(). Both these functions can apply a name filter, an attributes filter (e.g. read-only, files not directories, etc.), and a sort order. The filters and sort may be set with calls to setNameFilter(), setFilter() and setSorting(). They may also be specified in the entryList() and entryInfoList()'s arguments. .PP Create a new directory with mkdir(), rename a directory with rename() and remove an existing directory with rmdir(). Remove a file with remove(). You can interrogate a directory with exists(), isReadable() and isRoot(). .PP @@ -229,7 +229,7 @@ See if a directory exists. .PP .nf .br - QDir d( "example" ); // "./example" + TQDir d( "example" ); // "./example" .br if ( !d.exists() ) .br @@ -241,7 +241,7 @@ Traversing directories and reading a file. .PP .nf .br - QDir d = QDir::root(); // "/" + TQDir d = TQDir::root(); // "/" .br if ( !d.cd("tmp") ) { // "/tmp" .br @@ -249,7 +249,7 @@ Traversing directories and reading a file. .br } else { .br - QFile f( d.filePath("ex1.txt") ); // "/tmp/ex1.txt" + TQFile f( d.filePath("ex1.txt") ); // "/tmp/ex1.txt" .br if ( !f.open(IO_ReadWrite) ) .br @@ -265,25 +265,25 @@ A program that lists all the files in the current directory (excluding symbolic .br #include <stdio.h> .br - #include <ntqdir.h> + #include <tqdir.h> .br .br int main( int argc, char **argv ) .br { .br - QDir d; + TQDir d; .br - d.setFilter( QDir::Files | QDir::Hidden | QDir::NoSymLinks ); + d.setFilter( TQDir::Files | TQDir::Hidden | TQDir::NoSymLinks ); .br - d.setSorting( QDir::Size | QDir::Reversed ); + d.setSorting( TQDir::Size | TQDir::Reversed ); .br .br - const QFileInfoList *list = d.entryInfoList(); + const TQFileInfoList *list = d.entryInfoList(); .br - QFileInfoListIterator it( *list ); + TQFileInfoListIterator it( *list ); .br - QFileInfo *fi; + TQFileInfo *fi; .br .br printf( " Bytes Filename\\n" ); @@ -304,77 +304,77 @@ A program that lists all the files in the current directory (excluding symbolic .PP See also QApplication::applicationDirPath() and Input/Output and Networking. .SS "Member Type Documentation" -.SH "QDir::FilterSpec" -This enum describes the filtering options available to QDir, e.g. for entryList() and entryInfoList(). The filter value is specified by OR-ing together values from the following list: +.SH "TQDir::FilterSpec" +This enum describes the filtering options available to TQDir, e.g. for entryList() and entryInfoList(). The filter value is specified by OR-ing together values from the following list: .TP -\fCQDir::Dirs\fR - List directories only. +\fCTQDir::Dirs\fR - List directories only. .TP -\fCQDir::Files\fR - List files only. +\fCTQDir::Files\fR - List files only. .TP -\fCQDir::Drives\fR - List disk drives (ignored under Unix). +\fCTQDir::Drives\fR - List disk drives (ignored under Unix). .TP -\fCQDir::NoSymLinks\fR - Do not list symbolic links (ignored by operating systems that don't support symbolic links). +\fCTQDir::NoSymLinks\fR - Do not list symbolic links (ignored by operating systems that don't support symbolic links). .TP -\fCQDir::All\fR - List directories, files, drives and symlinks (this does not list broken symlinks unless you specify System). +\fCTQDir::All\fR - List directories, files, drives and symlinks (this does not list broken symlinks unless you specify System). .TP -\fCQDir::TypeMask\fR - A mask for the the Dirs, Files, Drives and NoSymLinks flags. +\fCTQDir::TypeMask\fR - A mask for the the Dirs, Files, Drives and NoSymLinks flags. .TP -\fCQDir::Readable\fR - List files for which the application has read access. +\fCTQDir::Readable\fR - List files for which the application has read access. .TP -\fCQDir::Writable\fR - List files for which the application has write access. +\fCTQDir::Writable\fR - List files for which the application has write access. .TP -\fCQDir::Executable\fR - List files for which the application has execute access. Executables needs to be combined with Dirs or Files. +\fCTQDir::Executable\fR - List files for which the application has execute access. Executables needs to be combined with Dirs or Files. .TP -\fCQDir::RWEMask\fR - A mask for the Readable, Writable and Executable flags. +\fCTQDir::RWEMask\fR - A mask for the Readable, Writable and Executable flags. .TP -\fCQDir::Modified\fR - Only list files that have been modified (ignored under Unix). +\fCTQDir::Modified\fR - Only list files that have been modified (ignored under Unix). .TP -\fCQDir::Hidden\fR - List hidden files (on Unix, files starting with a .). +\fCTQDir::Hidden\fR - List hidden files (on Unix, files starting with a .). .TP -\fCQDir::System\fR - List system files (on Unix, FIFOs, sockets and device files) +\fCTQDir::System\fR - List system files (on Unix, FIFOs, sockets and device files) .TP -\fCQDir::AccessMask\fR - A mask for the Readable, Writable, Executable Modified, Hidden and System flags +\fCTQDir::AccessMask\fR - A mask for the Readable, Writable, Executable Modified, Hidden and System flags .TP -\fCQDir::DefaultFilter\fR - Internal flag. +\fCTQDir::DefaultFilter\fR - Internal flag. .PP -If you do not set any of Readable, Writable or Executable, QDir will set all three of them. This makes the default easy to write and at the same time useful. +If you do not set any of Readable, Writable or Executable, TQDir will set all three of them. This makes the default easy to write and at the same time useful. .PP Examples: .)l \fCReadable|Writable\fR means list all files for which the application has read access, write access or both. \fCDirs|Drives\fR means list drives, directories, all files that the application can read, write or execute, and also symlinks to such files/directories. -.SH "QDir::SortSpec" -This enum describes the sort options available to QDir, e.g. for entryList() and entryInfoList(). The sort value is specified by OR-ing together values from the following list: +.SH "TQDir::SortSpec" +This enum describes the sort options available to TQDir, e.g. for entryList() and entryInfoList(). The sort value is specified by OR-ing together values from the following list: .TP -\fCQDir::Name\fR - Sort by name. +\fCTQDir::Name\fR - Sort by name. .TP -\fCQDir::Time\fR - Sort by time (modification time). +\fCTQDir::Time\fR - Sort by time (modification time). .TP -\fCQDir::Size\fR - Sort by file size. +\fCTQDir::Size\fR - Sort by file size. .TP -\fCQDir::Unsorted\fR - Do not sort. +\fCTQDir::Unsorted\fR - Do not sort. .TP -\fCQDir::SortByMask\fR - A mask for Name, Time and Size. +\fCTQDir::SortByMask\fR - A mask for Name, Time and Size. .TP -\fCQDir::DirsFirst\fR - Put the directories first, then the files. +\fCTQDir::DirsFirst\fR - Put the directories first, then the files. .TP -\fCQDir::Reversed\fR - Reverse the sort order. +\fCTQDir::Reversed\fR - Reverse the sort order. .TP -\fCQDir::IgnoreCase\fR - Sort case-insensitively. +\fCTQDir::IgnoreCase\fR - Sort case-insensitively. .TP -\fCQDir::LocaleAware\fR - Sort names using locale aware compares +\fCTQDir::LocaleAware\fR - Sort names using locale aware compares .TP -\fCQDir::DefaultSort\fR - Internal flag. +\fCTQDir::DefaultSort\fR - Internal flag. .PP You can only specify one of the first four. .PP If you specify both DirsFirst and Reversed, directories are still put first, but in reverse order; the files will be listed after the directories, again in reverse order. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QDir::QDir ()" -Constructs a QDir pointing to the current directory ("."). +.SH "TQDir::TQDir ()" +Constructs a TQDir pointing to the current directory ("."). .PP See also currentDirPath(). -.SH "QDir::QDir ( const TQString & path, const TQString & nameFilter = TQString::null, int sortSpec = Name | IgnoreCase, int filterSpec = All )" -Constructs a QDir with path \fIpath\fR, that filters its entries by name using \fInameFilter\fR and by attributes using \fIfilterSpec\fR. It also sorts the names using \fIsortSpec\fR. +.SH "TQDir::TQDir ( const TQString & path, const TQString & nameFilter = TQString::null, int sortSpec = Name | IgnoreCase, int filterSpec = All )" +Constructs a TQDir with path \fIpath\fR, that filters its entries by name using \fInameFilter\fR and by attributes using \fIfilterSpec\fR. It also sorts the names using \fIsortSpec\fR. .PP The default \fInameFilter\fR is an empty string, which excludes nothing; the default \fIfilterSpec\fR is All, which also means exclude nothing. The default \fIsortSpec\fR is \fCName|IgnoreCase\fR, i.e. sort by name case-insensitively. .PP @@ -382,7 +382,7 @@ Example that lists all the files in "/tmp": .PP .nf .br - QDir d( "/tmp" ); + TQDir d( "/tmp" ); .br for ( int i = 0; i < d.count(); i++ ) .br @@ -390,37 +390,37 @@ Example that lists all the files in "/tmp": .br .fi .PP -If \fIpath\fR is "" or TQString::null, QDir uses "." (the current directory). If \fInameFilter\fR is "" or TQString::null, QDir uses the name filter "*" (all files). +If \fIpath\fR is "" or TQString::null, TQDir uses "." (the current directory). If \fInameFilter\fR is "" or TQString::null, TQDir uses the name filter "*" (all files). .PP Note that \fIpath\fR need not exist. .PP See also exists(), setPath(), setNameFilter(), setFilter(), and setSorting(). -.SH "QDir::QDir ( const QDir & d )" -Constructs a QDir that is a copy of the directory \fId\fR. +.SH "TQDir::TQDir ( const TQDir & d )" +Constructs a TQDir that is a copy of the directory \fId\fR. .PP See also operator=(). -.SH "QDir::~QDir ()\fC [virtual]\fR" -Destroys the QDir frees up its resources. -.SH "TQString QDir::absFilePath ( const TQString & fileName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" +.SH "TQDir::~TQDir ()\fC [virtual]\fR" +Destroys the TQDir frees up its resources. +.SH "TQString TQDir::absFilePath ( const TQString & fileName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" Returns the absolute path name of a file in the directory. Does \fInot\fR check if the file actually exists in the directory. Redundant multiple separators or "." and ".." directories in \fIfileName\fR will not be removed (see cleanDirPath()). .PP If \fIacceptAbsPath\fR is TRUE a \fIfileName\fR starting with a separator "/" will be returned without change. If \fIacceptAbsPath\fR is FALSE an absolute path will be prepended to the fileName and the resultant string returned. .PP See also filePath(). -.SH "TQString QDir::absPath () const\fC [virtual]\fR" +.SH "TQString TQDir::absPath () const\fC [virtual]\fR" Returns the absolute path (a path that starts with "/" or with a drive specification), which may contain symbolic links, but never contains redundant ".", ".." or multiple separators. .PP See also setPath(), canonicalPath(), exists(), cleanDirPath(), dirName(), and absFilePath(). .PP -Example: fileiconview/qfileiconview.cpp. -.SH "TQString QDir::canonicalPath () const\fC [virtual]\fR" +Example: fileiconview/tqfileiconview.cpp. +.SH "TQString TQDir::canonicalPath () const\fC [virtual]\fR" Returns the canonical path, i.e. a path without symbolic links or redundant "." or ".." elements. .PP On systems that do not have symbolic links this function will always return the same string that absPath() returns. If the canonical path does not exist (normally due to dangling symbolic links) canonicalPath() returns TQString::null. .PP See also path(), absPath(), exists(), cleanDirPath(), dirName(), absFilePath(), and TQString::isNull(). -.SH "bool QDir::cd ( const TQString & dirName, bool acceptAbsPath = TRUE )\fC [virtual]\fR" -Changes the QDir's directory to \fIdirName\fR. +.SH "bool TQDir::cd ( const TQString & dirName, bool acceptAbsPath = TRUE )\fC [virtual]\fR" +Changes the TQDir's directory to \fIdirName\fR. .PP If \fIacceptAbsPath\fR is TRUE a path starting with separator "/" will cause the function to change to the absolute directory. If \fIacceptAbsPath\fR is FALSE any number of separators at the beginning of \fIdirName\fR will be removed and the function will descend into \fIdirName\fR. .PP @@ -431,20 +431,20 @@ Calling cd( ".." ) is equivalent to calling cdUp(). See also cdUp(), isReadable(), exists(), and path(). .PP Example: fileiconview/mainwindow.cpp. -.SH "bool QDir::cdUp ()\fC [virtual]\fR" -Changes directory by moving one directory up from the QDir's current directory. +.SH "bool TQDir::cdUp ()\fC [virtual]\fR" +Changes directory by moving one directory up from the TQDir's current directory. .PP Returns TRUE if the new directory exists and is readable; otherwise returns FALSE. Note that the logical cdUp() operation is not performed if the new directory does not exist. .PP See also cd(), isReadable(), exists(), and path(). -.SH "TQString QDir::cleanDirPath ( const TQString & filePath )\fC [static]\fR" +.SH "TQString TQDir::cleanDirPath ( const TQString & filePath )\fC [static]\fR" Removes all multiple directory separators "/" and resolves any" ."s or ".."s found in the path, \fIfilePath\fR. .PP Symbolic links are kept. This function does not return the canonical path, but rather the simplest version of the input. For example, "./local" becomes "local", "local/../bin" becomes" bin" and "/local/usr/../bin" becomes "/local/bin". .PP See also absPath() and canonicalPath(). -.SH "TQString QDir::convertSeparators ( const TQString & pathName )\fC [static]\fR" +.SH "TQString TQDir::convertSeparators ( const TQString & pathName )\fC [static]\fR" Returns \fIpathName\fR with the '/' separators converted to separators that are appropriate for the underlying operating system. .PP On Windows, convertSeparators("c:/winnt/system32") returns" c:\\winnt\\system32". @@ -452,86 +452,86 @@ On Windows, convertSeparators("c:/winnt/system32") returns" c:\\winnt\\system32" The returned string may be the same as the argument on some operating systems, for example on Unix. .PP Examples: -.)l dirview/dirview.cpp and fileiconview/qfileiconview.cpp. -.SH "void QDir::convertToAbs ()\fC [virtual]\fR" +.)l dirview/dirview.cpp and fileiconview/tqfileiconview.cpp. +.SH "void TQDir::convertToAbs ()\fC [virtual]\fR" Converts the directory path to an absolute path. If it is already absolute nothing is done. .PP See also isRelative(). -.SH "uint QDir::count () const" +.SH "uint TQDir::count () const" Returns the total number of directories and files that were found. .PP Equivalent to entryList().count(). .PP See also operator[]() and entryList(). -.SH "QDir QDir::current ()\fC [static]\fR" +.SH "TQDir TQDir::current ()\fC [static]\fR" Returns the application's current directory. .PP -Use path() to access a QDir object's path. +Use path() to access a TQDir object's path. .PP -See also currentDirPath() and QDir::QDir(). -.SH "TQString QDir::currentDirPath ()\fC [static]\fR" +See also currentDirPath() and TQDir::TQDir(). +.SH "TQString TQDir::currentDirPath ()\fC [static]\fR" Returns the absolute path of the application's current directory. .PP See also current(). .PP Examples: -.)l dirview/dirview.cpp, helpviewer/helpwindow.cpp, and qdir/qdir.cpp. -.SH "TQString QDir::dirName () const\fC [virtual]\fR" +.)l dirview/dirview.cpp, helpviewer/helpwindow.cpp, and tqdir/tqdir.cpp. +.SH "TQString TQDir::dirName () const\fC [virtual]\fR" Returns the name of the directory; this is \fInot\fR 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) TQString::null is returned. .PP No check is made to ensure that a directory with this name actually exists. .PP See also path(), absPath(), absFilePath(), exists(), and TQString::isNull(). -.SH "const QFileInfoList * QDir::drives ()\fC [static]\fR" -Returns a list of the root directories on this system. On Windows this returns a number of QFileInfo objects containing "C:/", "D:/" etc. On other operating systems, it returns a list containing just one root directory (e.g. "/"). +.SH "const TQFileInfoList * TQDir::drives ()\fC [static]\fR" +Returns a list of the root directories on this system. On Windows this returns a number of TQFileInfo objects containing "C:/", "D:/" etc. On other operating systems, it returns a list containing just one root directory (e.g. "/"). .PP The returned pointer is owned by Qt. Callers should \fInot\fR delete or modify it. .PP Example: dirview/main.cpp. -.SH "TQStrList QDir::encodedEntryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" +.SH "TQStrList TQDir::encodedEntryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP -This function is included to easy porting from TQt 1.x to TQt 2.0, it is the same as entryList(), but encodes the filenames as 8-bit strings using QFile::encodedName(). +This function is included to easy porting from TQt 1.x to TQt 2.0, it is the same as entryList(), but encodes the filenames as 8-bit strings using TQFile::encodedName(). .PP It is more efficient to use entryList(). -.SH "TQStrList QDir::encodedEntryList ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" +.SH "TQStrList TQDir::encodedEntryList ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -This function is included to easy porting from TQt 1.x to TQt 2.0, it is the same as entryList(), but encodes the filenames as 8-bit strings using QFile::encodedName(). +This function is included to easy porting from TQt 1.x to TQt 2.0, it is the same as entryList(), but encodes the filenames as 8-bit strings using TQFile::encodedName(). .PP It is more efficient to use entryList(). -.SH "const QFileInfoList * QDir::entryInfoList ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" -Returns a list of QFileInfo objects for all the files and directories in the directory, ordered in accordance with setSorting() and filtered in accordance with setFilter() and setNameFilter(). +.SH "const TQFileInfoList * TQDir::entryInfoList ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" +Returns a list of TQFileInfo objects for all the files and directories in the directory, ordered in accordance with setSorting() and filtered in accordance with setFilter() and setNameFilter(). .PP The filter and sorting specifications can be overridden using the \fInameFilter\fR, \fIfilterSpec\fR and \fIsortSpec\fR arguments. .PP Returns 0 if the directory is unreadable or does not exist. .PP -The returned pointer is a const pointer to a QFileInfoList. The list is owned by the QDir object and will be reused on the next call to entryInfoList() for the same QDir instance. If you want to keep the entries of the list after a subsequent call to this function you must copy them. +The returned pointer is a const pointer to a TQFileInfoList. The list is owned by the TQDir object and will be reused on the next call to entryInfoList() for the same TQDir instance. If you want to keep the entries of the list after a subsequent call to this function you must copy them. .PP -Note: QFileInfoList is really a TQPtrList<QFileInfo>. +Note: TQFileInfoList is really a TQPtrList<TQFileInfo>. .PP See also entryList(), setNameFilter(), setSorting(), and setFilter(). .PP Examples: -.)l dirview/dirview.cpp and fileiconview/qfileiconview.cpp. -.SH "const QFileInfoList * QDir::entryInfoList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" +.)l dirview/dirview.cpp and fileiconview/tqfileiconview.cpp. +.SH "const TQFileInfoList * TQDir::entryInfoList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP -Returns a list of QFileInfo objects for all the files and directories in the directory, ordered in accordance with setSorting() and filtered in accordance with setFilter() and setNameFilter(). +Returns a list of TQFileInfo objects for all the files and directories in the directory, ordered in accordance with setSorting() and filtered in accordance with setFilter() and setNameFilter(). .PP The filter and sorting specifications can be overridden using the \fIfilterSpec\fR and \fIsortSpec\fR arguments. .PP Returns 0 if the directory is unreadable or does not exist. .PP -The returned pointer is a const pointer to a QFileInfoList. The list is owned by the QDir object and will be reused on the next call to entryInfoList() for the same QDir instance. If you want to keep the entries of the list after a subsequent call to this function you must copy them. +The returned pointer is a const pointer to a TQFileInfoList. The list is owned by the TQDir object and will be reused on the next call to entryInfoList() for the same TQDir instance. If you want to keep the entries of the list after a subsequent call to this function you must copy them. .PP -Note: QFileInfoList is really a TQPtrList<QFileInfo>. +Note: TQFileInfoList is really a TQPtrList<TQFileInfo>. .PP See also entryList(), setNameFilter(), setSorting(), and setFilter(). -.SH "TQStringList QDir::entryList ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" +.SH "TQStringList TQDir::entryList ( const TQString & nameFilter, int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" Returns a list of the names of all the files and directories in the directory, ordered in accordance with setSorting() and filtered in accordance with setFilter() and setNameFilter(). .PP The filter and sorting specifications can be overridden using the \fInameFilter\fR, \fIfilterSpec\fR and \fIsortSpec\fR arguments. @@ -541,7 +541,7 @@ Returns an empty list if the directory is unreadable or does not exist. See also entryInfoList(), setNameFilter(), setSorting(), and setFilter(). .PP Example: table/statistics/statistics.cpp. -.SH "TQStringList QDir::entryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" +.SH "TQStringList TQDir::entryList ( int filterSpec = DefaultFilter, int sortSpec = DefaultSort ) const\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Returns a list of the names of all the files and directories in the directory, ordered in accordance with setSorting() and filtered in accordance with setFilter() and setNameFilter(). @@ -551,29 +551,29 @@ The filter and sorting specifications can be overridden using the \fIfilterSpec\ Returns an empty list if the directory is unreadable or does not exist. .PP See also entryInfoList(), setNameFilter(), setSorting(), and setFilter(). -.SH "bool QDir::exists ( const TQString & name, bool acceptAbsPath = TRUE )\fC [virtual]\fR" +.SH "bool TQDir::exists ( const TQString & name, bool acceptAbsPath = TRUE )\fC [virtual]\fR" Checks for the existence of the file \fIname\fR. .PP If \fIacceptAbsPath\fR is TRUE a path starting with separator "/" will check the file with the absolute path. If \fIacceptAbsPath\fR is FALSE any number of separators at the beginning of \fIname\fR will be removed and the resultant file name will be checked. .PP Returns TRUE if the file exists; otherwise returns FALSE. .PP -See also QFileInfo::exists() and QFile::exists(). -.SH "bool QDir::exists () const\fC [virtual]\fR" +See also TQFileInfo::exists() and TQFile::exists(). +.SH "bool TQDir::exists () const\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Returns TRUE if the \fIdirectory\fR exists; otherwise returns FALSE. (If a file with the same name is found this function will return FALSE). .PP -See also QFileInfo::exists() and QFile::exists(). -.SH "TQString QDir::filePath ( const TQString & fileName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" -Returns the path name of a file in the directory. Does \fInot\fR check if the file actually exists in the directory. If the QDir is relative the returned path name will also be relative. Redundant multiple separators or "." and ".." directories in \fIfileName\fR will not be removed (see cleanDirPath()). +See also TQFileInfo::exists() and TQFile::exists(). +.SH "TQString TQDir::filePath ( const TQString & fileName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" +Returns the path name of a file in the directory. Does \fInot\fR check if the file actually exists in the directory. If the TQDir is relative the returned path name will also be relative. Redundant multiple separators or "." and ".." directories in \fIfileName\fR will not be removed (see cleanDirPath()). .PP If \fIacceptAbsPath\fR is TRUE a \fIfileName\fR starting with a separator "/" will be returned without change. If \fIacceptAbsPath\fR is FALSE an absolute path will be prepended to the fileName and the resultant string returned. .PP See also absFilePath(), isRelative(), and canonicalPath(). -.SH "FilterSpec QDir::filter () const" +.SH "FilterSpec TQDir::filter () const" Returns the value set by setFilter() -.SH "QDir QDir::home ()\fC [static]\fR" +.SH "TQDir TQDir::home ()\fC [static]\fR" Returns the home directory. .PP Under Windows the \fCHOME\fR environment variable is used. If this does not exist the \fCUSERPROFILE\fR environment variable is used. If that does not exist the path is formed by concatenating the \fCHOMEDRIVE\fR and \fCHOMEPATH\fR environment variables. If they don't exist the rootDirPath() is used (this uses the \fCSystemDrive\fR environment variable). If none of these exist "C:\" is used. @@ -581,35 +581,35 @@ Under Windows the \fCHOME\fR environment variable is used. If this does not exis Under non-Windows operating systems the \fCHOME\fR environment variable is used if it exists, otherwise rootDirPath() is used. .PP See also homeDirPath(). -.SH "TQString QDir::homeDirPath ()\fC [static]\fR" +.SH "TQString TQDir::homeDirPath ()\fC [static]\fR" Returns the absolute path of the user's home directory. .PP See also home(). -.SH "bool QDir::isReadable () const\fC [virtual]\fR" +.SH "bool TQDir::isReadable () const\fC [virtual]\fR" Returns TRUE if the directory is readable \fIand\fR we can open files by name; otherwise returns FALSE. .PP \fBWarning:\fR A FALSE value from this function is not a guarantee that files in the directory are not accessible. .PP -See also QFileInfo::isReadable(). +See also TQFileInfo::isReadable(). .PP Examples: -.)l dirview/dirview.cpp and fileiconview/qfileiconview.cpp. -.SH "bool QDir::isRelative () const\fC [virtual]\fR" +.)l dirview/dirview.cpp and fileiconview/tqfileiconview.cpp. +.SH "bool TQDir::isRelative () const\fC [virtual]\fR" Returns TRUE if the directory path is relative to the current directory and returns FALSE if the path is absolute (e.g. under UNIX a path is relative if it does not start with a "/"). .PP See also convertToAbs(). -.SH "bool QDir::isRelativePath ( const TQString & path )\fC [static]\fR" +.SH "bool TQDir::isRelativePath ( const TQString & path )\fC [static]\fR" Returns TRUE if \fIpath\fR is relative; returns FALSE if it is absolute. .PP See also isRelative(). -.SH "bool QDir::isRoot () const\fC [virtual]\fR" +.SH "bool TQDir::isRoot () const\fC [virtual]\fR" Returns TRUE if the directory is the root directory; otherwise returns FALSE. .PP Note: If the directory is a symbolic link to the root directory this function returns FALSE. If you want to test for this use canonicalPath(), e.g. .PP .nf .br - QDir d( "/tmp/root_link" ); + TQDir d( "/tmp/root_link" ); .br d = d.canonicalPath(); .br @@ -620,13 +620,13 @@ Note: If the directory is a symbolic link to the root directory this function re .fi .PP See also root() and rootDirPath(). -.SH "bool QDir::match ( const TQString & filter, const TQString & fileName )\fC [static]\fR" +.SH "bool TQDir::match ( const TQString & filter, const TQString & fileName )\fC [static]\fR" Returns TRUE if the \fIfileName\fR matches the wildcard (glob) pattern \fIfilter\fR; otherwise returns FALSE. The \fIfilter\fR may contain multiple patterns separated by spaces or semicolons. .PP (See TQRegExp wildcard matching.) .PP See also TQRegExp::match(). -.SH "bool QDir::match ( const TQStringList & filters, const TQString & fileName )\fC [static]\fR" +.SH "bool TQDir::match ( const TQStringList & filters, const TQString & fileName )\fC [static]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Returns TRUE if the \fIfileName\fR matches any of the wildcard (glob) patterns in the list of \fIfilters\fR; otherwise returns FALSE. @@ -634,11 +634,11 @@ Returns TRUE if the \fIfileName\fR matches any of the wildcard (glob) patterns i (See TQRegExp wildcard matching.) .PP See also TQRegExp::match(). -.SH "bool QDir::matchAllDirs () const" +.SH "bool TQDir::matchAllDirs () const" Returns the value set by setMatchAllDirs() .PP See also setMatchAllDirs(). -.SH "bool QDir::mkdir ( const TQString & dirName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" +.SH "bool TQDir::mkdir ( const TQString & dirName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" Creates a directory. .PP If \fIacceptAbsPath\fR is TRUE a path starting with a separator ('/') will create the absolute directory; if \fIacceptAbsPath\fR is FALSE any number of separators at the beginning of \fIdirName\fR will be removed. @@ -646,9 +646,9 @@ If \fIacceptAbsPath\fR is TRUE a path starting with a separator ('/') will creat Returns TRUE if successful; otherwise returns FALSE. .PP See also rmdir(). -.SH "TQString QDir::nameFilter () const" +.SH "TQString TQDir::nameFilter () const" Returns the string set by setNameFilter() -.SH "bool QDir::operator!= ( const QDir & d ) const\fC [virtual]\fR" +.SH "bool TQDir::operator!= ( const TQDir & d ) const\fC [virtual]\fR" Returns TRUE if directory \fId\fR and this directory have different paths or different sort or filter settings; otherwise returns FALSE. .PP Example: @@ -657,22 +657,22 @@ Example: .br // The current directory is "/usr/local" .br - QDir d1( "/usr/local/bin" ); + TQDir d1( "/usr/local/bin" ); .br - QDir d2( "bin" ); + TQDir d2( "bin" ); .br if ( d1 != d2 ) .br tqDebug( "They differ" ); .br .fi -.SH "QDir & QDir::operator= ( const QDir & d )" -Makes a copy of QDir \fId\fR and assigns it to this QDir. -.SH "QDir & QDir::operator= ( const TQString & path )" +.SH "TQDir & TQDir::operator= ( const TQDir & d )" +Makes a copy of TQDir \fId\fR and assigns it to this TQDir. +.SH "TQDir & TQDir::operator= ( const TQString & path )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Sets the directory path to be the given \fIpath\fR. -.SH "bool QDir::operator== ( const QDir & d ) const\fC [virtual]\fR" +.SH "bool TQDir::operator== ( const TQDir & d ) const\fC [virtual]\fR" Returns TRUE if directory \fId\fR and this directory have the same path and their sort and filter settings are the same; otherwise returns FALSE. .PP Example: @@ -681,9 +681,9 @@ Example: .br // The current directory is "/usr/local" .br - QDir d1( "/usr/local/bin" ); + TQDir d1( "/usr/local/bin" ); .br - QDir d2( "bin" ); + TQDir d2( "bin" ); .br d2.convertToAbs(); .br @@ -692,27 +692,27 @@ Example: tqDebug( "They're the same" ); .br .fi -.SH "TQString QDir::operator[] ( int index ) const" +.SH "TQString TQDir::operator[] ( int index ) const" Returns the file name at position \fIindex\fR in the list of file names. Equivalent to entryList().at(index). .PP Returns a TQString::null if the \fIindex\fR is out of range or if the entryList() function failed. .PP See also count() and entryList(). -.SH "TQString QDir::path () const\fC [virtual]\fR" +.SH "TQString TQDir::path () const\fC [virtual]\fR" Returns the path, this may contain symbolic links, but never contains redundant ".", ".." or multiple separators. .PP The returned path can be either absolute or relative (see setPath()). .PP See also setPath(), absPath(), exists(), cleanDirPath(), dirName(), absFilePath(), and convertSeparators(). -.SH "void QDir::refresh () const" +.SH "void TQDir::refresh () const" Refreshes the directory information. -.SH "bool QDir::remove ( const TQString & fileName, bool acceptAbsPath = TRUE )\fC [virtual]\fR" +.SH "bool TQDir::remove ( const TQString & fileName, bool acceptAbsPath = TRUE )\fC [virtual]\fR" Removes the file, \fIfileName\fR. .PP If \fIacceptAbsPath\fR is TRUE a path starting with separator "/" will remove the file with the absolute path. If \fIacceptAbsPath\fR is FALSE any number of separators at the beginning of \fIfileName\fR will be removed and the resultant file name will be removed. .PP Returns TRUE if the file is removed successfully; otherwise returns FALSE. -.SH "bool QDir::rename ( const TQString & oldName, const TQString & newName, bool acceptAbsPaths = TRUE )\fC [virtual]\fR" +.SH "bool TQDir::rename ( const TQString & oldName, const TQString & newName, bool acceptAbsPaths = TRUE )\fC [virtual]\fR" Renames a file or directory. .PP If \fIacceptAbsPaths\fR is TRUE a path starting with a separator ('/') will rename the file with the absolute path; if \fIacceptAbsPaths\fR is FALSE any number of separators at the beginning of the names will be removed. @@ -721,8 +721,8 @@ Returns TRUE if successful; otherwise returns FALSE. .PP On most file systems, rename() fails only if \fIoldName\fR does not exist or if \fInewName\fR and \fIoldName\fR are not on the same partition. On Windows, rename() will fail if \fInewName\fR already exists. However, there are also other reasons why rename() can fail. For example, on at least one file system rename() fails if \fInewName\fR points to an open file. .PP -Example: fileiconview/qfileiconview.cpp. -.SH "bool QDir::rmdir ( const TQString & dirName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" +Example: fileiconview/tqfileiconview.cpp. +.SH "bool TQDir::rmdir ( const TQString & dirName, bool acceptAbsPath = TRUE ) const\fC [virtual]\fR" Removes a directory. .PP If \fIacceptAbsPath\fR is TRUE a path starting with a separator ('/') will remove the absolute directory; if \fIacceptAbsPath\fR is FALSE any number of separators at the beginning of \fIdirName\fR will be removed. @@ -732,31 +732,31 @@ The directory must be empty for rmdir() to succeed. Returns TRUE if successful; otherwise returns FALSE. .PP See also mkdir(). -.SH "QDir QDir::root ()\fC [static]\fR" +.SH "TQDir TQDir::root ()\fC [static]\fR" Returns the root directory. .PP See also rootDirPath() and drives(). -.SH "TQString QDir::rootDirPath ()\fC [static]\fR" +.SH "TQString TQDir::rootDirPath ()\fC [static]\fR" Returns the absolute path for the root directory. .PP For UNIX operating systems this returns "/". For Windows file systems this normally returns "c:/". .PP See also root() and drives(). -.SH "char QDir::separator ()\fC [static]\fR" +.SH "char TQDir::separator ()\fC [static]\fR" Returns the native directory separator; "/" under UNIX (including Mac OS X) and "\" under Windows. .PP You do not need to use this function to build file paths. If you always use "/", TQt will translate your paths to conform to the underlying operating system. -.SH "bool QDir::setCurrent ( const TQString & path )\fC [static]\fR" +.SH "bool TQDir::setCurrent ( const TQString & path )\fC [static]\fR" Sets the application's current working directory to \fIpath\fR. Returns TRUE if the directory was successfully changed; otherwise returns FALSE. -.SH "void QDir::setFilter ( int filterSpec )\fC [virtual]\fR" -Sets the filter used by entryList() and entryInfoList() to \fIfilterSpec\fR. The filter is used to specify the kind of files that should be returned by entryList() and entryInfoList(). See QDir::FilterSpec. +.SH "void TQDir::setFilter ( int filterSpec )\fC [virtual]\fR" +Sets the filter used by entryList() and entryInfoList() to \fIfilterSpec\fR. The filter is used to specify the kind of files that should be returned by entryList() and entryInfoList(). See TQDir::FilterSpec. .PP See also filter() and setNameFilter(). -.SH "void QDir::setMatchAllDirs ( bool enable )\fC [virtual]\fR" +.SH "void TQDir::setMatchAllDirs ( bool enable )\fC [virtual]\fR" If \fIenable\fR is TRUE then all directories are included (e.g. in entryList()), and the nameFilter() is only applied to the files. If \fIenable\fR is FALSE then the nameFilter() is applied to both directories and files. .PP See also matchAllDirs(). -.SH "void QDir::setNameFilter ( const TQString & nameFilter )\fC [virtual]\fR" +.SH "void TQDir::setNameFilter ( const TQString & nameFilter )\fC [virtual]\fR" Sets the name filter used by entryList() and entryInfoList() to \fInameFilter\fR. .PP The \fInameFilter\fR is a wildcard (globbing) filter that understands" *" and "?" wildcards. (See TQRegExp wildcard matching.) You may specify several filter entries all separated by a single space " " or by a semi-colon" ;". @@ -764,25 +764,25 @@ The \fInameFilter\fR is a wildcard (globbing) filter that understands" *" and "? For example, if you want entryList() and entryInfoList() to list all files ending with either ".cpp" or ".h", you would use either dir.setNameFilter("*.cpp *.h") or dir.setNameFilter("*.cpp;*.h"). .PP See also nameFilter() and setFilter(). -.SH "void QDir::setPath ( const TQString & path )\fC [virtual]\fR" +.SH "void TQDir::setPath ( const TQString & path )\fC [virtual]\fR" Sets the path of the directory to \fIpath\fR. The path is cleaned of redundant ".", ".." and of multiple separators. No check is made to ensure that a directory with this path exists. .PP The path can be either absolute or relative. Absolute paths begin with the directory separator "/" (optionally preceded by a drive specification under Windows). Relative file names begin with a directory name or a file name and specify a path relative to the current directory. An example of an absolute path is the string" /tmp/quartz", a relative path might look like "src/fatlib". .PP See also path(), absPath(), exists(), cleanDirPath(), dirName(), absFilePath(), isRelative(), and convertToAbs(). -.SH "void QDir::setSorting ( int sortSpec )\fC [virtual]\fR" +.SH "void TQDir::setSorting ( int sortSpec )\fC [virtual]\fR" Sets the sort order used by entryList() and entryInfoList(). .PP -The \fIsortSpec\fR is specified by OR-ing values from the enum QDir::SortSpec. +The \fIsortSpec\fR is specified by OR-ing values from the enum TQDir::SortSpec. .PP See also sorting() and SortSpec. -.SH "SortSpec QDir::sorting () const" +.SH "SortSpec TQDir::sorting () const" Returns the value set by setSorting() .PP See also setSorting() and SortSpec. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqdir.html +.BR http://doc.trolltech.com/tqdir.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |