Skip to content

Commit 24b76a3

Browse files
committed
Fix optional argument for fileOpen
1 parent 767bea5 commit 24b76a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

functions/File/fileOpen.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ shared: &shared
1717
- name: 'readOnly'
1818
type: 'bool'
1919
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'
2021
returns:
2122
description: If successful, returns a file handle for the file. Otherwise returns false (f.e. if the file doesn't exist).
2223
values:

0 commit comments

Comments
 (0)