diff options
Diffstat (limited to 'doc/html/ntqfileinfo.html')
-rw-r--r-- | doc/html/ntqfileinfo.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqfileinfo.html b/doc/html/ntqfileinfo.html index c6ab7caef..e0de6a970 100644 --- a/doc/html/ntqfileinfo.html +++ b/doc/html/ntqfileinfo.html @@ -232,7 +232,7 @@ Converts the file's path to an absolute path. <p> If it is already absolute, nothing is done. <p> <p>See also <a href="#filePath">filePath</a>() and <a href="#isRelative">isRelative</a>(). -<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> <a name="created"></a>TQFileInfo::created () const +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="created"></a>TQFileInfo::created () const </h3> Returns the date and time when the file was created. <p> On platforms where this information is not available, returns the @@ -366,13 +366,13 @@ Returns TRUE if the file is writable; otherwise returns FALSE. <p> <p>See also <a href="#isReadable">isReadable</a>(), <a href="#isExecutable">isExecutable</a>(), and <a href="#permission">permission</a>(). <p>Example: <a href="distributor-example.html#x2665">distributor/distributor.ui.h</a>. -<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQFileInfo::lastModified () const +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastModified"></a>TQFileInfo::lastModified () const </h3> Returns the date and time when the file was last modified. <p> <p>See also <a href="#created">created</a>() and <a href="#lastRead">lastRead</a>(). <p>Example: <a href="biff-example.html#x1956">biff/biff.cpp</a>. -<h3 class=fn><a href="ntqdatetime.html">TQDateTime</a> <a name="lastRead"></a>TQFileInfo::lastRead () const +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="lastRead"></a>TQFileInfo::lastRead () const </h3> Returns the date and time when the file was last read (accessed). <p> On platforms where this information is not available, returns the |