|
LibreOffice Module comphelper (master) 1
|
This is the complete list of members for comphelper::DirectoryHelper, including all inherited members.
| deleteDirRecursively(const OUString &rDirURL) | comphelper::DirectoryHelper | static |
| dirExists(const OUString &rDirURL) | comphelper::DirectoryHelper | static |
| fileExists(const OUString &rBaseURL) | comphelper::DirectoryHelper | static |
| moveDirContent(const OUString &rSourceDirURL, std::u16string_view rTargetDirURL, const std::set< OUString > &rExcludeList) | comphelper::DirectoryHelper | static |
| scanDirsAndFiles(const OUString &rDirURL, std::set< OUString > &rDirs, std::set< std::pair< OUString, OUString > > &rFiles) | comphelper::DirectoryHelper | static |
| splitAtLastToken(std::u16string_view rSrc, sal_Unicode aToken, OUString &rRight) | comphelper::DirectoryHelper | static |