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 767bea5 commit 24b76a3Copy full SHA for 24b76a3
functions/File/fileOpen.yaml
@@ -17,6 +17,7 @@ shared: &shared
17
- name: 'readOnly'
18
type: 'bool'
19
description: By default, the file is opened with reading and writing access. You can specify true for this parameter if you only need reading access.
20
+ default: 'false'
21
returns:
22
description: If successful, returns a file handle for the file. Otherwise returns false (f.e. if the file doesn't exist).
23
values:
0 commit comments