Qore Programming Language  1.12.0
QoreDir Member List

This is the complete list of members for QoreDir, including all inherited members.

chdir(const char *dir, ExceptionSink *xsink)QoreDir
chdir(const char *dir)QoreDir
checkPath() constQoreDir
chmod(int mode, ExceptionSink *xsink) constQoreDir
create(int mode, ExceptionSink *xsink) constQoreDir
create(int mode) constQoreDir
dirname() constQoreDir
file_exists(const QoreString &filePath)QoreDirstatic
folder_exists(const QoreString &folderPath, ExceptionSink &xsink, const QoreEncoding *cs=QCS_DEFAULT)QoreDirstatic
get_file_content(const QoreString &fullPath)QoreDirstatic
get_files(const QoreString &path, ExceptionSink &xsink, QoreString *regex=nullptr, const QoreEncoding *cs=QCS_DEFAULT)QoreDirstatic
getEncoding() constQoreDir
getPath(const char *sub) constQoreDir
hstat(ExceptionSink *xsink) constQoreDir
list(ExceptionSink *xsink, int stat_filter, const QoreString *regex=nullptr, int regex_options=0, bool full=false) constQoreDir
mkdir(ExceptionSink *xsink, const char *subdir, int mode=0777) constQoreDir
openFile(ExceptionSink *xsink, const char *fn, int flags=O_RDONLY, int mode=0777, const QoreEncoding *cs=QCS_DEFAULT)QoreDir
QoreDir(ExceptionSink *xsink, const QoreEncoding *cs=QCS_DEFAULT, const char *dir=nullptr)QoreDir
QoreDir(ExceptionSink *xsink, const QoreDir &old)QoreDir
rmdir(const char *subdir, ExceptionSink *xsink) constQoreDir
stat(ExceptionSink *xsink) constQoreDir
statvfs(ExceptionSink *xsink) constQoreDir
~QoreDir()QoreDir