Qore Programming Language Reference Manual  0.9.16
Qore::Dir Member List

This is the complete list of members for Qore::Dir, including all inherited members.

chdir(string path)Qore::Dir
chgrp(int gid)Qore::Dir
chgrp(string groupname)Qore::Dir
chmod(softint mode)Qore::Dir
chown(int uid)Qore::Dir
chown(string username)Qore::Dir
constructor(*string encoding)Qore::Dir
copy()Qore::Dir
create(softint mode=0777)Qore::Dir
exists()Qore::Dir
hstat()Qore::Dir
list(bool full=False)Qore::Dir
list(string regex, softint regex_options=0, softbool full=False)Qore::Dir
listDirs(bool full=False)Qore::Dir
listDirs(string regex, softint regex_options=0, softbool full=False)Qore::Dir
listFiles(bool full=False)Qore::Dir
listFiles(string regex, softint regex_options=0, softbool full=False)Qore::Dir
mkdir(string subdir, softint mode=0777)Qore::Dir
openDir(string subdir, *string encoding)Qore::Dir
openFile(string filename, int flags=O_RDONLY, int mode=0666, *string encoding)Qore::Dir
path()Qore::Dir
removeFile(string file)Qore::Dir
rmdir(string subdir)Qore::Dir
stat()Qore::Dir
statvfs()Qore::Dir