We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2da9a5 commit 71a329bCopy full SHA for 71a329b
functions/File/fileOpen.yaml
@@ -6,6 +6,7 @@ shared: &shared
6
oop:
7
element: file
8
constructorclass: File
9
+ note: Static method [File](file).open() can also be used. Using [File](file)(...) to open a file will attempt to create the file, if it doesn't exist.
10
description: Opens an existing file for reading and writing.
11
parameters:
12
- name: 'filePath'
0 commit comments