Nextcloud PHP API (master)

Files
in package

This class provides access to the internal filesystem abstraction layer. Use this class exclusively if you want to access files

Tags
since
5.0.0

Table of Contents

Methods

rmdirr()  : bool
Recursive deletion of folders

Methods

rmdirr()

Recursive deletion of folders

public static rmdirr(string $dir[, bool $deleteSelf = true ]) : bool
Parameters
$dir : string

path to the folder

$deleteSelf : bool = true

if set to false only the content of the folder will be deleted

Tags
since
5.0.0
since
32.0.0

added the $deleteSelf parameter

Return values
bool

        
On this page

Search results