-
Notifications
You must be signed in to change notification settings - Fork 0
File
Elliot edited this page Mar 4, 2022
·
2 revisions
Create a virtual file in the Directory element.
| Name | Description |
|---|---|
filename |
The file name |
content |
The content of the file |
dir |
The parent directory |
**kwargs |
Keywords arguments |
| Code preview and arguments | Description |
|---|---|
.delete() |
Deletes the file. |
.edit(filename, content, **kwargs) |
Updates the file. |
Virtualfiles wiki