We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a3d79 commit cfbce68Copy full SHA for cfbce68
src/content/docs/plugin/file-system.mdx
@@ -348,7 +348,7 @@ Always call `file.close()` when you are done manipulating the file.
348
349
- createNew
350
351
- `createNew` works similarly to `create`, but if the file does not exist, the operation fails.
+ `createNew` works similarly to `create`, but will fail if the file already exists.
352
353
```js
354
import { open, BaseDirectory } from '@tauri-apps/plugin-fs';
0 commit comments