简体   繁体   中英

Owncloud - How create a folder using API?

How create a folder in ownCloud using API ?

I'm searching about it , but found nothing.

I'm using ownCloud version 8.2.1

Regards,

In their official docs you can find it here

Create a new folder

newFolder(string $path) : \\OCP\\Files\\Folder

Parameters

$path - a string (the relative path of the folder)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM