Methods of Class DirectoryCreationObserver


~DirectoryCreationObserver
virtual ~DirectoryCreationObserver();

virtual abstract const volatile template static inline C-linkage
YES NO NO NO NO NO YES NO


DirectoryCreated
virtual void DirectoryCreated(
const rtl::OUString & aDirectoryUrl ) = 0;

virtual abstract const volatile template static inline C-linkage
YES YES NO NO NO NO NO NO

Description
This method will be called when a new directory has been created and needs to be overwritten by derived classes. You must not delete the directory that was just created otherwise you will run into an endless loop.
Parameters
aDirectoryUrl
[in]The absolute file URL of the directory that was just created by
::osl::Directory::createPath.

Top of Page