Nextcloud PHP API (stable19)

IAppData extends ISimpleRoot

Interface IAppData

Tags
since
11.0.0

Table of Contents

getDirectoryListing()  : \OCP\Files\SimpleFS\ISimpleFolder[]
Get all the Folders
getFolder()  : ISimpleFolder
Get the folder with name $name
newFolder()  : ISimpleFolder
Create a new folder named $name

Methods

getDirectoryListing()

Get all the Folders

public getDirectoryListing() : \OCP\Files\SimpleFS\ISimpleFolder[]
Tags
throws
NotFoundException
throws
RuntimeException
since
11.0.0
Return values
\OCP\Files\SimpleFS\ISimpleFolder[]

Search results