Ask a question to get started
Enter to sendā¢Shift+Enter new line
awrite( self, file_path: str, content: str, ) -> WriteResult
file_path
str
Virtual path for the file.
content
UTF-8 text content to write.
Write content to a file, creating it or replacing it if it exists.
An existing file is replaced in full. Use edit/aedit instead when the existing content must be preserved.
edit
aedit