/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        QFileInfo()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qfileinfo.html
    $ONELINER$
        Creates a new QFileInfo object.
    $INHERITS$

    $SYNTAX$
        QFileInfo():new( ... )
        QFileInfo():from( pPtr_OR_oObj_of_type_QFileInfo )
        QFileInfo():configure( pPtr_OR_oObj_of_type_QFileInfo )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QFileInfo
    $METHODS$
        :absoluteDir()                                      -> pQDir
        :absoluteFilePath()                                 -> cQString
        :absolutePath()                                     -> cQString
        :baseName()                                         -> cQString
        :bundleName()                                       -> cQString
        :caching()                                          -> lBool
        :canonicalFilePath()                                -> cQString
        :canonicalPath()                                    -> cQString
        :completeBaseName()                                 -> cQString
        :completeSuffix()                                   -> cQString
        :created()                                          -> pQDateTime
        :dir()                                              -> pQDir
        :exists()                                           -> lBool
        :fileName()                                         -> cQString
        :filePath()                                         -> cQString
        :group()                                            -> cQString
        :groupId()                                          -> nUint
        :isAbsolute()                                       -> lBool
        :isBundle()                                         -> lBool
        :isDir()                                            -> lBool
        :isExecutable()                                     -> lBool
        :isFile()                                           -> lBool
        :isHidden()                                         -> lBool
        :isReadable()                                       -> lBool
        :isRelative()                                       -> lBool
        :isRoot()                                           -> lBool
        :isSymLink()                                        -> lBool
        :isWritable()                                       -> lBool
        :lastModified()                                     -> pQDateTime
        :lastRead()                                         -> pQDateTime
        :makeAbsolute()                                     -> lBool
        :owner()                                            -> cQString
        :ownerId()                                          -> nUint
        :path()                                             -> cQString
        :permission( nPermissions )                         -> lBool
        :permissions()                                      -> nQFile::Permissions
        :refresh()                                          -> NIL
        :setCaching( lEnable )                              -> NIL
        :setFile( cFile )                                   -> NIL
        :setFile_1( pFile )                                 -> NIL
        :setFile_2( pDir, cFile )                           -> NIL
        :size()                                             -> nQint64
        :suffix()                                           -> cQString
        :symLinkTarget()                                    -> cQString

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtcore/TQFileInfo.prg
        C++ Wrappers : contrib/hbqt/qtcore/QFileInfo.cpp
        Library      : hbqtcore
    $SEEALSO$

    $END$
 */
