Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Recursive File Creation

Hi,

Is there anyway to create a file and it's parents recursively. I mean
for instance "file/mworkspace/folder1" and I want to create the file
folder1/folder2/folder3/text1.txt. The folder2 and folder3 do not
exist however when I create text1.txt, they will be automatically
created.

Request Example

POST localhost:8080/folder1
Slug:"folder2/folder3/text1.txt"
Orion-Version: "1.0"

A similar request did not work but maybe there is a trick to make it work.

Thanks in advance.

Regards,

Timur


Back to the top