Qt.QDir Class

public class QDir: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QDir

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QDir Constructors

QDir() Constructor
QDir(System.String, System.String, SortSpec, FilterSpec) Constructor
QDir(Qt.QDir) Constructor
QDir(System.String) Constructor
QDir(System.String, System.String) Constructor
QDir(System.String, System.String, SortSpec) Constructor
QDir(void *) Constructor

QDir Methods

QDir.AbsFilePath(System.String, bool) Method
QDir.AbsFilePath(System.String) Method
QDir.AbsPath Method
QDir.CanonicalPath Method
QDir.Cd(System.String, bool) Method
QDir.Cd(System.String) Method
QDir.CdUp Method
QDir.CleanDirPath Method
QDir.ConvertSeparators Method
QDir.ConvertToAbs Method
QDir.Count Method
QDir.Current Method
QDir.CurrentDirPath Method
QDir.DirName Method
QDir.Drives Method
QDir.EncodedEntryList(FilterSpec, SortSpec) Method
QDir.EncodedEntryList(System.String, FilterSpec, SortSpec) Method
QDir.EncodedEntryList() Method
QDir.EncodedEntryList(FilterSpec) Method
QDir.EncodedEntryList(System.String) Method
QDir.EncodedEntryList(System.String, FilterSpec) Method
QDir.EntryInfoList(FilterSpec, SortSpec) Method
QDir.EntryInfoList(System.String, FilterSpec, SortSpec) Method
QDir.EntryInfoList() Method
QDir.EntryInfoList(FilterSpec) Method
QDir.EntryInfoList(System.String) Method
QDir.EntryInfoList(System.String, FilterSpec) Method
QDir.EntryList(FilterSpec, SortSpec) Method
QDir.EntryList(System.String, FilterSpec, SortSpec) Method
QDir.EntryList() Method
QDir.EntryList(FilterSpec) Method
QDir.EntryList(System.String) Method
QDir.EntryList(System.String, FilterSpec) Method
QDir.Exists() Method
QDir.Exists(System.String, bool) Method
QDir.Exists(System.String) Method
QDir.FilePath(System.String, bool) Method
QDir.FilePath(System.String) Method
QDir.Filter Method
QDir.Finalize Method
QDir.Home Method
QDir.HomeDirPath Method
QDir.IsReadable Method
QDir.IsRelative Method
QDir.IsRelativePath Method
QDir.IsRoot Method
QDir.Match(Qt.QStringList, System.String) Method
QDir.Match(System.String, System.String) Method
QDir.MatchAllDirs Method
QDir.Mkdir(System.String, bool) Method
QDir.Mkdir(System.String) Method
QDir.NameFilter Method
QDir.Path Method
QDir.Remove(System.String, bool) Method
QDir.Remove(System.String) Method
QDir.Rename(System.String, System.String, bool) Method
QDir.Rename(System.String, System.String) Method
QDir.Rmdir(System.String, bool) Method
QDir.Rmdir(System.String) Method
QDir.Root Method
QDir.RootDirPath Method
QDir.Separator Method
QDir.SetCurrent Method
QDir.SetFilter Method
QDir.SetMatchAllDirs Method
QDir.SetNameFilter Method
QDir.SetPath Method
QDir.SetSorting Method
QDir.Sorting Method


QDir() Constructor

public void QDir();

See Also

Qt.QDir Class, Qt Namespace

QDir(System.String, System.String, SortSpec, FilterSpec) Constructor

public void QDir(System.String path, System.String nameFilter, SortSpec SortSpec, FilterSpec FilterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir(Qt.QDir) Constructor

public void QDir(Qt.QDir arg1);

See Also

Qt.QDir Class, Qt Namespace

QDir(System.String) Constructor

public void QDir(System.String path);

See Also

Qt.QDir Class, Qt Namespace

QDir(System.String, System.String) Constructor

public void QDir(System.String path, System.String nameFilter);

See Also

Qt.QDir Class, Qt Namespace

QDir(System.String, System.String, SortSpec) Constructor

public void QDir(System.String path, System.String nameFilter, SortSpec SortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir(void *) Constructor

public void QDir(void * ptr);

See Also

Qt.QDir Class, Qt Namespace

QDir.AbsFilePath(System.String, bool) Method

public System.String AbsFilePath(System.String fileName, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.AbsFilePath(System.String) Method

public System.String AbsFilePath(System.String fileName);

See Also

Qt.QDir Class, Qt Namespace

QDir.AbsPath Method

public System.String AbsPath();

See Also

Qt.QDir Class, Qt Namespace

QDir.CanonicalPath Method

public System.String CanonicalPath();

See Also

Qt.QDir Class, Qt Namespace

QDir.Cd(System.String, bool) Method

public bool Cd(System.String dirName, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.Cd(System.String) Method

public bool Cd(System.String dirName);

See Also

Qt.QDir Class, Qt Namespace

QDir.CdUp Method

public bool CdUp();

See Also

Qt.QDir Class, Qt Namespace

QDir.CleanDirPath Method

public static System.String CleanDirPath(System.String dirPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.ConvertSeparators Method

public static System.String ConvertSeparators(System.String pathName);

See Also

Qt.QDir Class, Qt Namespace

QDir.ConvertToAbs Method

public void ConvertToAbs();

See Also

Qt.QDir Class, Qt Namespace

QDir.Count Method

public uint Count();

See Also

Qt.QDir Class, Qt Namespace

QDir.Current Method

public static Qt.QDir Current();

See Also

Qt.QDir Class, Qt Namespace

QDir.CurrentDirPath Method

public static System.String CurrentDirPath();

See Also

Qt.QDir Class, Qt Namespace

QDir.DirName Method

public System.String DirName();

See Also

Qt.QDir Class, Qt Namespace

QDir.Drives Method

public static void * Drives();

See Also

Qt.QDir Class, Qt Namespace

QDir.EncodedEntryList(FilterSpec, SortSpec) Method

public Qt.QStrList EncodedEntryList(FilterSpec filterSpec, SortSpec sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EncodedEntryList(System.String, FilterSpec, SortSpec) Method

public Qt.QStrList EncodedEntryList(System.String nameFilter, FilterSpec filterSpec, SortSpec sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EncodedEntryList() Method

public Qt.QStrList EncodedEntryList();

See Also

Qt.QDir Class, Qt Namespace

QDir.EncodedEntryList(FilterSpec) Method

public Qt.QStrList EncodedEntryList(FilterSpec filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EncodedEntryList(System.String) Method

public Qt.QStrList EncodedEntryList(System.String nameFilter);

See Also

Qt.QDir Class, Qt Namespace

QDir.EncodedEntryList(System.String, FilterSpec) Method

public Qt.QStrList EncodedEntryList(System.String nameFilter, FilterSpec filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryInfoList(FilterSpec, SortSpec) Method

public void * EntryInfoList(FilterSpec filterSpec, SortSpec sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryInfoList(System.String, FilterSpec, SortSpec) Method

public void * EntryInfoList(System.String nameFilter, FilterSpec filterSpec, SortSpec sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryInfoList() Method

public void * EntryInfoList();

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryInfoList(FilterSpec) Method

public void * EntryInfoList(FilterSpec filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryInfoList(System.String) Method

public void * EntryInfoList(System.String nameFilter);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryInfoList(System.String, FilterSpec) Method

public void * EntryInfoList(System.String nameFilter, FilterSpec filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryList(FilterSpec, SortSpec) Method

public Qt.QStringList EntryList(FilterSpec filterSpec, SortSpec sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryList(System.String, FilterSpec, SortSpec) Method

public Qt.QStringList EntryList(System.String nameFilter, FilterSpec filterSpec, SortSpec sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryList() Method

public Qt.QStringList EntryList();

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryList(FilterSpec) Method

public Qt.QStringList EntryList(FilterSpec filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryList(System.String) Method

public Qt.QStringList EntryList(System.String nameFilter);

See Also

Qt.QDir Class, Qt Namespace

QDir.EntryList(System.String, FilterSpec) Method

public Qt.QStringList EntryList(System.String nameFilter, FilterSpec filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.Exists() Method

public bool Exists();

See Also

Qt.QDir Class, Qt Namespace

QDir.Exists(System.String, bool) Method

public bool Exists(System.String name, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.Exists(System.String) Method

public bool Exists(System.String name);

See Also

Qt.QDir Class, Qt Namespace

QDir.FilePath(System.String, bool) Method

public System.String FilePath(System.String fileName, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.FilePath(System.String) Method

public System.String FilePath(System.String fileName);

See Also

Qt.QDir Class, Qt Namespace

QDir.Filter Method

public FilterSpec Filter();

See Also

Qt.QDir Class, Qt Namespace

QDir.Finalize Method

protected override void Finalize();

See Also

Qt.QDir Class, Qt Namespace

QDir.Home Method

public static Qt.QDir Home();

See Also

Qt.QDir Class, Qt Namespace

QDir.HomeDirPath Method

public static System.String HomeDirPath();

See Also

Qt.QDir Class, Qt Namespace

QDir.IsReadable Method

public bool IsReadable();

See Also

Qt.QDir Class, Qt Namespace

QDir.IsRelative Method

public bool IsRelative();

See Also

Qt.QDir Class, Qt Namespace

QDir.IsRelativePath Method

public static bool IsRelativePath(System.String path);

See Also

Qt.QDir Class, Qt Namespace

QDir.IsRoot Method

public bool IsRoot();

See Also

Qt.QDir Class, Qt Namespace

QDir.Match(Qt.QStringList, System.String) Method

public static bool Match(Qt.QStringList filters, System.String fileName);

See Also

Qt.QDir Class, Qt Namespace

QDir.Match(System.String, System.String) Method

public static bool Match(System.String filter, System.String fileName);

See Also

Qt.QDir Class, Qt Namespace

QDir.MatchAllDirs Method

public bool MatchAllDirs();

See Also

Qt.QDir Class, Qt Namespace

QDir.Mkdir(System.String, bool) Method

public bool Mkdir(System.String dirName, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.Mkdir(System.String) Method

public bool Mkdir(System.String dirName);

See Also

Qt.QDir Class, Qt Namespace

QDir.NameFilter Method

public System.String NameFilter();

See Also

Qt.QDir Class, Qt Namespace

QDir.Path Method

public System.String Path();

See Also

Qt.QDir Class, Qt Namespace

QDir.Remove(System.String, bool) Method

public bool Remove(System.String fileName, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.Remove(System.String) Method

public bool Remove(System.String fileName);

See Also

Qt.QDir Class, Qt Namespace

QDir.Rename(System.String, System.String, bool) Method

public bool Rename(System.String name, System.String newName, bool acceptAbsPaths);

See Also

Qt.QDir Class, Qt Namespace

QDir.Rename(System.String, System.String) Method

public bool Rename(System.String name, System.String newName);

See Also

Qt.QDir Class, Qt Namespace

QDir.Rmdir(System.String, bool) Method

public bool Rmdir(System.String dirName, bool acceptAbsPath);

See Also

Qt.QDir Class, Qt Namespace

QDir.Rmdir(System.String) Method

public bool Rmdir(System.String dirName);

See Also

Qt.QDir Class, Qt Namespace

QDir.Root Method

public static Qt.QDir Root();

See Also

Qt.QDir Class, Qt Namespace

QDir.RootDirPath Method

public static System.String RootDirPath();

See Also

Qt.QDir Class, Qt Namespace

QDir.Separator Method

public static char Separator();

See Also

Qt.QDir Class, Qt Namespace

QDir.SetCurrent Method

public static bool SetCurrent(System.String path);

See Also

Qt.QDir Class, Qt Namespace

QDir.SetFilter Method

public void SetFilter(int filterSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.SetMatchAllDirs Method

public void SetMatchAllDirs(bool arg1);

See Also

Qt.QDir Class, Qt Namespace

QDir.SetNameFilter Method

public void SetNameFilter(System.String nameFilter);

See Also

Qt.QDir Class, Qt Namespace

QDir.SetPath Method

public void SetPath(System.String path);

See Also

Qt.QDir Class, Qt Namespace

QDir.SetSorting Method

public void SetSorting(int sortSpec);

See Also

Qt.QDir Class, Qt Namespace

QDir.Sorting Method

public SortSpec Sorting();

See Also

Qt.QDir Class, Qt Namespace