__fspath__() | Filename | |
__init__() | Filename | |
__init__(const Filename dirname, const Filename basename) | Filename | |
__init__(object path) | Filename | |
__nonzero__() | Filename | |
__reduce__() | Filename | |
__repr__() | Filename | |
__truediv__(const Filename other) | Filename | |
binaryFilename(const Filename filename) | Filename | static |
binaryFilename(str filename) | Filename | static |
chdir() | Filename | |
compareTimestamps(const Filename other, bool this_missing_is_old, bool other_missing_is_old) | Filename | |
compareTo(const Filename other) | Filename | |
copyTo(const Filename other) | Filename | |
cStr() | Filename | |
dsoFilename(str filename) | Filename | static |
empty() | Filename | |
executableFilename(str filename) | Filename | static |
exists() | Filename | |
expandFrom(str user_string, Filename::Type type) | Filename | static |
extractComponents(VectorString components) | Filename | |
findOnSearchpath(const DSearchPath searchpath) | Filename | |
fromOsSpecific(str os_specific, Filename::Type type) | Filename | static |
fromOsSpecificW(str os_specific, Filename::Type type) | Filename | static |
getAccessTimestamp() | Filename | |
getBasename() | Filename | |
getBasenameWoExtension() | Filename | |
getClassType() | Filename | static |
getCommonAppdataDirectory() | Filename | static |
getDirname() | Filename | |
getExtension() | Filename | |
getFilenameIndex(int index) | Filename | |
getFileSize() | Filename | |
getFilesystemEncoding() | Filename | static |
getFullpath() | Filename | |
getFullpathW() | Filename | |
getFullpathWoExtension() | Filename | |
getHash() | Filename | |
getHashToEnd() | Filename | |
getHomeDirectory() | Filename | static |
getPattern() | Filename | |
getTempDirectory() | Filename | static |
getTimestamp() | Filename | |
getType() | Filename | |
getUserAppdataDirectory() | Filename | static |
hasHash() | Filename | |
isBinary() | Filename | |
isBinaryOrText() | Filename | |
isDirectory() | Filename | |
isExecutable() | Filename | |
isFullyQualified() | Filename | |
isLocal() | Filename | |
isRegularFile() | Filename | |
isText() | Filename | |
isWritable() | Filename | |
length() | Filename | |
makeAbsolute() | Filename | |
makeAbsolute(const Filename start_directory) | Filename | |
makeCanonical() | Filename | |
makeDir() | Filename | |
makeRelativeTo(Filename directory, bool allow_backups) | Filename | |
makeTrueCase() | Filename | |
mkdir() | Filename | |
openAppend(Pofstream stream) | Filename | |
openAppend(Ofstream stream) | Filename | |
openRead(Pifstream stream) | Filename | |
openRead(Ifstream stream) | Filename | |
openReadAppend(Pfstream stream) | Filename | |
openReadAppend(Fstream stream) | Filename | |
openReadWrite(Pfstream stream, bool truncate) | Filename | |
openReadWrite(Fstream stream, bool truncate) | Filename | |
openWrite(Pofstream stream, bool truncate) | Filename | |
openWrite(Ofstream stream, bool truncate) | Filename | |
operator!=(str other) | Filename | |
operator+(str other) | Filename | |
operator+=(str other) | Filename | |
operator/(const Filename other) | Filename | |
operator<(str other) | Filename | |
operator=(Filename from) | Filename | |
operator=(const Filename copy) | Filename | |
operator=(str filename) | Filename | |
operator=(str filename) | Filename | |
operator=(str filename) | Filename | |
operator==(str other) | Filename | |
operator[](int n) | Filename | |
output(Ostream out) | Filename | |
patternFilename(str filename) | Filename | static |
renameTo(const Filename other) | Filename | |
resolveFilename(const DSearchPath searchpath, str default_extension) | Filename | |
rmdir() | Filename | |
scanDirectory() | Filename | |
scanDirectory(VectorString contents) | Filename | |
setBasename(str s) | Filename | |
setBasenameWoExtension(str s) | Filename | |
setBinary() | Filename | |
setDirname(str s) | Filename | |
setExtension(str s) | Filename | |
setFilesystemEncoding(TextEncoder::Encoding encoding) | Filename | static |
setFullpath(str s) | Filename | |
setFullpathWoExtension(str s) | Filename | |
setHashToEnd(str s) | Filename | |
setPattern(bool pattern) | Filename | |
setText() | Filename | |
setType(Filename::Type type) | Filename | |
standardize() | Filename | |
substr(int begin) | Filename | |
substr(int begin, int end) | Filename | |
T_dso enum value | Filename | |
T_executable enum value | Filename | |
T_general enum value | Filename | |
temporary(str dirname, str prefix, str suffix, Filename::Type type) | Filename | static |
textFilename(const Filename filename) | Filename | static |
textFilename(str filename) | Filename | static |
toOsGeneric() | Filename | |
toOsLongName() | Filename | |
toOsShortName() | Filename | |
toOsSpecific() | Filename | |
toOsSpecificW() | Filename | |
touch() | Filename | |
Type enum name | Filename | |
unlink() | Filename | |