public class QDir: QtSupport, System.IDisposable
System.Object
QtSupport
QDirThis type implements System.IDisposable.
Qt Namespace
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
public void QDir();
Qt.QDir Class, Qt Namespace
public void QDir(System.String path, System.String nameFilter, SortSpec SortSpec, FilterSpec FilterSpec);
Qt.QDir Class, Qt Namespace
public void QDir(Qt.QDir arg1);
Qt.QDir Class, Qt Namespace
public void QDir(System.String path);
Qt.QDir Class, Qt Namespace
public void QDir(System.String path, System.String nameFilter);
Qt.QDir Class, Qt Namespace
public void QDir(System.String path, System.String nameFilter, SortSpec SortSpec);
Qt.QDir Class, Qt Namespace
public void QDir(void * ptr);
Qt.QDir Class, Qt Namespace
public System.String AbsFilePath(System.String fileName, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public System.String AbsFilePath(System.String fileName);
Qt.QDir Class, Qt Namespace
public System.String AbsPath();
Qt.QDir Class, Qt Namespace
public System.String CanonicalPath();
Qt.QDir Class, Qt Namespace
public bool Cd(System.String dirName, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public bool Cd(System.String dirName);
Qt.QDir Class, Qt Namespace
public bool CdUp();
Qt.QDir Class, Qt Namespace
public static System.String CleanDirPath(System.String dirPath);
Qt.QDir Class, Qt Namespace
public static System.String ConvertSeparators(System.String pathName);
Qt.QDir Class, Qt Namespace
public void ConvertToAbs();
Qt.QDir Class, Qt Namespace
public uint Count();
Qt.QDir Class, Qt Namespace
public static Qt.QDir Current();
Qt.QDir Class, Qt Namespace
public static System.String CurrentDirPath();
Qt.QDir Class, Qt Namespace
public System.String DirName();
Qt.QDir Class, Qt Namespace
public static void * Drives();
Qt.QDir Class, Qt Namespace
public Qt.QStrList EncodedEntryList(FilterSpec filterSpec, SortSpec sortSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStrList EncodedEntryList(System.String nameFilter, FilterSpec filterSpec, SortSpec sortSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStrList EncodedEntryList();
Qt.QDir Class, Qt Namespace
public Qt.QStrList EncodedEntryList(FilterSpec filterSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStrList EncodedEntryList(System.String nameFilter);
Qt.QDir Class, Qt Namespace
public Qt.QStrList EncodedEntryList(System.String nameFilter, FilterSpec filterSpec);
Qt.QDir Class, Qt Namespace
public void * EntryInfoList(FilterSpec filterSpec, SortSpec sortSpec);
Qt.QDir Class, Qt Namespace
public void * EntryInfoList(System.String nameFilter, FilterSpec filterSpec, SortSpec sortSpec);
Qt.QDir Class, Qt Namespace
public void * EntryInfoList();
Qt.QDir Class, Qt Namespace
public void * EntryInfoList(FilterSpec filterSpec);
Qt.QDir Class, Qt Namespace
public void * EntryInfoList(System.String nameFilter);
Qt.QDir Class, Qt Namespace
public void * EntryInfoList(System.String nameFilter, FilterSpec filterSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStringList EntryList(FilterSpec filterSpec, SortSpec sortSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStringList EntryList(System.String nameFilter, FilterSpec filterSpec, SortSpec sortSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStringList EntryList();
Qt.QDir Class, Qt Namespace
public Qt.QStringList EntryList(FilterSpec filterSpec);
Qt.QDir Class, Qt Namespace
public Qt.QStringList EntryList(System.String nameFilter);
Qt.QDir Class, Qt Namespace
public Qt.QStringList EntryList(System.String nameFilter, FilterSpec filterSpec);
Qt.QDir Class, Qt Namespace
public bool Exists();
Qt.QDir Class, Qt Namespace
public bool Exists(System.String name, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public bool Exists(System.String name);
Qt.QDir Class, Qt Namespace
public System.String FilePath(System.String fileName, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public System.String FilePath(System.String fileName);
Qt.QDir Class, Qt Namespace
public FilterSpec Filter();
Qt.QDir Class, Qt Namespace
protected override void Finalize();
Qt.QDir Class, Qt Namespace
public static Qt.QDir Home();
Qt.QDir Class, Qt Namespace
public static System.String HomeDirPath();
Qt.QDir Class, Qt Namespace
public bool IsReadable();
Qt.QDir Class, Qt Namespace
public bool IsRelative();
Qt.QDir Class, Qt Namespace
public static bool IsRelativePath(System.String path);
Qt.QDir Class, Qt Namespace
public bool IsRoot();
Qt.QDir Class, Qt Namespace
public static bool Match(Qt.QStringList filters, System.String fileName);
Qt.QDir Class, Qt Namespace
public static bool Match(System.String filter, System.String fileName);
Qt.QDir Class, Qt Namespace
public bool MatchAllDirs();
Qt.QDir Class, Qt Namespace
public bool Mkdir(System.String dirName, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public bool Mkdir(System.String dirName);
Qt.QDir Class, Qt Namespace
public System.String NameFilter();
Qt.QDir Class, Qt Namespace
public System.String Path();
Qt.QDir Class, Qt Namespace
public bool Remove(System.String fileName, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public bool Remove(System.String fileName);
Qt.QDir Class, Qt Namespace
public bool Rename(System.String name, System.String newName, bool acceptAbsPaths);
Qt.QDir Class, Qt Namespace
public bool Rename(System.String name, System.String newName);
Qt.QDir Class, Qt Namespace
public bool Rmdir(System.String dirName, bool acceptAbsPath);
Qt.QDir Class, Qt Namespace
public bool Rmdir(System.String dirName);
Qt.QDir Class, Qt Namespace
public static Qt.QDir Root();
Qt.QDir Class, Qt Namespace
public static System.String RootDirPath();
Qt.QDir Class, Qt Namespace
public static char Separator();
Qt.QDir Class, Qt Namespace
public static bool SetCurrent(System.String path);
Qt.QDir Class, Qt Namespace
public void SetFilter(int filterSpec);
Qt.QDir Class, Qt Namespace
public void SetMatchAllDirs(bool arg1);
Qt.QDir Class, Qt Namespace
public void SetNameFilter(System.String nameFilter);
Qt.QDir Class, Qt Namespace
public void SetPath(System.String path);
Qt.QDir Class, Qt Namespace
public void SetSorting(int sortSpec);
Qt.QDir Class, Qt Namespace
public SortSpec Sorting();
Qt.QDir Class, Qt Namespace