public class QFileInfo: QtSupport, System.IDisposable
System.Object
QtSupport
QFileInfoThis type implements System.IDisposable.
Qt Namespace
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
public void QFileInfo();
Qt.QFileInfo Class, Qt Namespace
public void QFileInfo(System.String file);
Qt.QFileInfo Class, Qt Namespace
public void QFileInfo(Qt.QFile arg1);
Qt.QFileInfo Class, Qt Namespace
public void QFileInfo(Qt.QDir arg1, System.String fileName);
Qt.QFileInfo Class, Qt Namespace
public void QFileInfo(Qt.QFileInfo arg1);
Qt.QFileInfo Class, Qt Namespace
public void QFileInfo(void * ptr);
Qt.QFileInfo Class, Qt Namespace
public System.String AbsFilePath();
Qt.QFileInfo Class, Qt Namespace
public System.String BaseName(bool complete);
Qt.QFileInfo Class, Qt Namespace
public System.String BaseName();
Qt.QFileInfo Class, Qt Namespace
public bool Caching();
Qt.QFileInfo Class, Qt Namespace
public bool ConvertToAbs();
Qt.QFileInfo Class, Qt Namespace
public Qt.QDateTime Created();
Qt.QFileInfo Class, Qt Namespace
public Qt.QDir Dir(bool absPath);
Qt.QFileInfo Class, Qt Namespace
public Qt.QDir Dir();
Qt.QFileInfo Class, Qt Namespace
public System.String DirPath(bool absPath);
Qt.QFileInfo Class, Qt Namespace
public System.String DirPath();
Qt.QFileInfo Class, Qt Namespace
public bool Exists();
Qt.QFileInfo Class, Qt Namespace
public System.String Extension(bool complete);
Qt.QFileInfo Class, Qt Namespace
public System.String Extension();
Qt.QFileInfo Class, Qt Namespace
public System.String FileName();
Qt.QFileInfo Class, Qt Namespace
public System.String FilePath();
Qt.QFileInfo Class, Qt Namespace
protected override void Finalize();
Qt.QFileInfo Class, Qt Namespace
public System.String Group();
Qt.QFileInfo Class, Qt Namespace
public uint GroupId();
Qt.QFileInfo Class, Qt Namespace
public bool IsDir();
Qt.QFileInfo Class, Qt Namespace
public bool IsExecutable();
Qt.QFileInfo Class, Qt Namespace
public bool IsFile();
Qt.QFileInfo Class, Qt Namespace
public bool IsReadable();
Qt.QFileInfo Class, Qt Namespace
public bool IsRelative();
Qt.QFileInfo Class, Qt Namespace
public bool IsSymLink();
Qt.QFileInfo Class, Qt Namespace
public bool IsWritable();
Qt.QFileInfo Class, Qt Namespace
public Qt.QDateTime LastModified();
Qt.QFileInfo Class, Qt Namespace
public Qt.QDateTime LastRead();
Qt.QFileInfo Class, Qt Namespace
public System.String Owner();
Qt.QFileInfo Class, Qt Namespace
public uint OwnerId();
Qt.QFileInfo Class, Qt Namespace
public bool Permission(int permissionSpec);
Qt.QFileInfo Class, Qt Namespace
public System.String ReadLink();
Qt.QFileInfo Class, Qt Namespace
public void Refresh();
Qt.QFileInfo Class, Qt Namespace
public void SetCaching(bool arg1);
Qt.QFileInfo Class, Qt Namespace
public void SetFile(System.String file);
Qt.QFileInfo Class, Qt Namespace
public void SetFile(Qt.QFile arg1);
Qt.QFileInfo Class, Qt Namespace
public void SetFile(Qt.QDir arg1, System.String fileName);
Qt.QFileInfo Class, Qt Namespace
public uint Size();
Qt.QFileInfo Class, Qt Namespace