diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-27 21:53:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-29 13:21:04 +0900 |
commit | 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch) | |
tree | 065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/html/ntqfileinfo.html | |
parent | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff) | |
download | tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip |
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |