2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef ABSTRACT_EMPTY_DIRECTORY_JOB_H
6 #define ABSTRACT_EMPTY_DIRECTORY_JOB_H
15 class AbstractEmptyDirectoryJob
: public BSupportKit::BJob
{
17 AbstractEmptyDirectoryJob(const BString
& name
);
20 status_t
CreateAndEmpty(const char* path
) const;
23 status_t
_EmptyDirectory(BEntry
& directoryEntry
,
28 #endif // ABSTRACT_EMPTY_DIRECTORY_JOB_H