Skip to content

Commit 6c93529

Browse files
committed
update README
1 parent 9512dc6 commit 6c93529

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/filesystem/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,15 @@ The server's directory access control follows this flow:
113113
- Returns detailed diff and match information for dry runs, otherwise applies changes
114114
- Best Practice: Always use dryRun first to preview changes before applying them
115115

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+
116125
- **create_directory**
117126
- Create new directory or ensure it exists
118127
- Input: `path` (string)

0 commit comments

Comments
 (0)