fix(IRootFolder): Add getAppDataDirectoryName method

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/45094/head
Marcel Klehr 2024-05-02 11:48:10 +07:00
parent 3b0925a064
commit 1c033ae70a
1 changed files with 6 additions and 0 deletions

@ -98,4 +98,10 @@ interface IRootFolder extends Folder, Emitter {
* @since 28.0.0
*/
public function getMount(string $mountPoint): IMountPoint;
/**
* @return string
* @since 30.0.0
*/
public function getAppDataDirectoryName(): string;
}