MCPcopy Create free account
hub / github.com/alpha0010/react-native-file-access / appendFile

Function appendFile

src/index.ts:119–121  ·  view source on GitHub ↗

* Append content to a file. * * Default encoding of `data` is assumed utf8.

(path: string, data: string, encoding: Encoding = 'utf8')

Source from the content-addressed store, hash-verified

117 * Default encoding of `data` is assumed utf8.
118 */
119 appendFile(path: string, data: string, encoding: Encoding = 'utf8') {
120 return FileAccessNative.appendFile(path, data, encoding);
121 },
122
123 /**
124 * Append a file to another file.

Callers

nothing calls this directly

Calls 1

appendFileMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…