Skip to content
Elliot edited this page Mar 4, 2022 · 2 revisions

DESCRIPTION

Create a virtual file in the Directory element.

ATTRIBUTES

Name Description
filename The file name
content The content of the file
dir The parent directory
**kwargs Keywords arguments

FUNCTIONS

Code preview and arguments Description
.delete() Deletes the file.
.edit(filename, content, **kwargs) Updates the file.

Clone this wiki locally