We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9512dc6 commit 6c93529Copy full SHA for 6c93529
1 file changed
src/filesystem/README.md
@@ -113,6 +113,15 @@ The server's directory access control follows this flow:
113
- Returns detailed diff and match information for dry runs, otherwise applies changes
114
- Best Practice: Always use dryRun first to preview changes before applying them
115
116
+- **append_file**
117
+ - Append content to existing file or create new file if it doesn't exist
118
+ - Inputs:
119
+ - `path` (string): File location
120
+ - `content` (string): Content to append
121
+ - Features:
122
+ - Creates file if it doesn't exist
123
+ - Appends content to the end of the file
124
+
125
- **create_directory**
126
- Create new directory or ensure it exists
127
- Input: `path` (string)
0 commit comments