Qt.QFileInfo Class

public class QFileInfo: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QFileInfo

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFileInfo Constructors

QFileInfo() Constructor
QFileInfo(System.String) Constructor
QFileInfo(Qt.QFile) Constructor
QFileInfo(Qt.QDir, System.String) Constructor
QFileInfo(Qt.QFileInfo) Constructor
QFileInfo(void *) Constructor

QFileInfo Methods

QFileInfo.AbsFilePath Method
QFileInfo.BaseName(bool) Method
QFileInfo.BaseName() Method
QFileInfo.Caching Method
QFileInfo.ConvertToAbs Method
QFileInfo.Created Method
QFileInfo.Dir(bool) Method
QFileInfo.Dir() Method
QFileInfo.DirPath(bool) Method
QFileInfo.DirPath() Method
QFileInfo.Exists Method
QFileInfo.Extension(bool) Method
QFileInfo.Extension() Method
QFileInfo.FileName Method
QFileInfo.FilePath Method
QFileInfo.Finalize Method
QFileInfo.Group Method
QFileInfo.GroupId Method
QFileInfo.IsDir Method
QFileInfo.IsExecutable Method
QFileInfo.IsFile Method
QFileInfo.IsReadable Method
QFileInfo.IsRelative Method
QFileInfo.IsSymLink Method
QFileInfo.IsWritable Method
QFileInfo.LastModified Method
QFileInfo.LastRead Method
QFileInfo.Owner Method
QFileInfo.OwnerId Method
QFileInfo.Permission Method
QFileInfo.ReadLink Method
QFileInfo.Refresh Method
QFileInfo.SetCaching Method
QFileInfo.SetFile(System.String) Method
QFileInfo.SetFile(Qt.QFile) Method
QFileInfo.SetFile(Qt.QDir, System.String) Method
QFileInfo.Size Method


QFileInfo() Constructor

public void QFileInfo();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo(System.String) Constructor

public void QFileInfo(System.String file);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo(Qt.QFile) Constructor

public void QFileInfo(Qt.QFile arg1);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo(Qt.QDir, System.String) Constructor

public void QFileInfo(Qt.QDir arg1, System.String fileName);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo(Qt.QFileInfo) Constructor

public void QFileInfo(Qt.QFileInfo arg1);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo(void *) Constructor

public void QFileInfo(void * ptr);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.AbsFilePath Method

public System.String AbsFilePath();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.BaseName(bool) Method

public System.String BaseName(bool complete);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.BaseName() Method

public System.String BaseName();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Caching Method

public bool Caching();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.ConvertToAbs Method

public bool ConvertToAbs();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Created Method

public Qt.QDateTime Created();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Dir(bool) Method

public Qt.QDir Dir(bool absPath);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Dir() Method

public Qt.QDir Dir();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.DirPath(bool) Method

public System.String DirPath(bool absPath);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.DirPath() Method

public System.String DirPath();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Exists Method

public bool Exists();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Extension(bool) Method

public System.String Extension(bool complete);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Extension() Method

public System.String Extension();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.FileName Method

public System.String FileName();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.FilePath Method

public System.String FilePath();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Finalize Method

protected override void Finalize();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Group Method

public System.String Group();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.GroupId Method

public uint GroupId();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsDir Method

public bool IsDir();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsExecutable Method

public bool IsExecutable();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsFile Method

public bool IsFile();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsReadable Method

public bool IsReadable();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsRelative Method

public bool IsRelative();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsSymLink Method

public bool IsSymLink();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.IsWritable Method

public bool IsWritable();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.LastModified Method

public Qt.QDateTime LastModified();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.LastRead Method

public Qt.QDateTime LastRead();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Owner Method

public System.String Owner();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.OwnerId Method

public uint OwnerId();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Permission Method

public bool Permission(int permissionSpec);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.ReadLink Method

public System.String ReadLink();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Refresh Method

public void Refresh();

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.SetCaching Method

public void SetCaching(bool arg1);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.SetFile(System.String) Method

public void SetFile(System.String file);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.SetFile(Qt.QFile) Method

public void SetFile(Qt.QFile arg1);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.SetFile(Qt.QDir, System.String) Method

public void SetFile(Qt.QDir arg1, System.String fileName);

See Also

Qt.QFileInfo Class, Qt Namespace

QFileInfo.Size Method

public uint Size();

See Also

Qt.QFileInfo Class, Qt Namespace