mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #31326 from nextcloud/enh/importsource-folder-listing
This commit is contained in:
commit
d7e55e272e
1 changed files with 10 additions and 0 deletions
|
|
@ -53,6 +53,16 @@ interface IImportSource {
|
|||
*/
|
||||
public function getFileAsStream(string $path);
|
||||
|
||||
/**
|
||||
* List the files of a folder
|
||||
*
|
||||
* @param string $path Full path to the folder in the export archive.
|
||||
* @return array The list of files.
|
||||
*
|
||||
* @since 24.0.0
|
||||
*/
|
||||
public function getFolderListing(string $path): array;
|
||||
|
||||
/**
|
||||
* Copy files from the export to a Folder
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue