File Write Tools
All file modifications must go through this interface.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Append content to a file, creating it if it doesn't exist. If create is true, the file will be created if it doesn't exist. If createIfNotExists is false, an exception will be thrown if the file doesn't exist.
Link copied to clipboard
Expose the ToolGroup as an interface
Link copied to clipboard
Link copied to clipboard
Create a file at the relative path under the root
Create a file with the given content.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard