Ask a question to get started
Enter to send•Shift+Enter new line
Create a new file, failing if it already exists.
write( self, file_path: str, content: str, ) -> WriteResult
file_path
str
Absolute path for the new file.
content
UTF-8 text content to write.