Ask a question to get started
Enter to send•Shift+Enter new line
Create a new file with content.
write( self, file_path: str, content: str, ) -> WriteResult
file_path
str
Path where the new file will be created.
content
Text content to write to the file.