How to create new file? #195
-
We can create new folder or sub folder. But how to create a file? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
At this current stage, you cannot create a file in the same way you create a folder. However, you can create a component outside of the The idea of creating files within the library itself has been requested before, hence we do have it on our list of features we want to implement. |
Beta Was this translation helpful? Give feedback.
-
I looked at the source code and tried to add that feature. But I found that the necessary functions have already been developed. So I tried to add another action menu which will trigger required functions. But I ended up with some other issues. |
Beta Was this translation helpful? Give feedback.
At this current stage, you cannot create a file in the same way you create a folder. However, you can create a component outside of the
FileBrowser
that mutates the file array thats passed to theFileBrowser
which will allow this functionality :)The idea of creating files within the library itself has been requested before, hence we do have it on our list of features we want to implement.