Skip to content

Commit 71a329b

Browse files
committed
fileOpen OOP note
1 parent d2da9a5 commit 71a329b

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
@@ -6,6 +6,7 @@ shared: &shared
66
oop:
77
element: file
88
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.
910
description: Opens an existing file for reading and writing.
1011
parameters:
1112
- name: 'filePath'

0 commit comments

Comments
 (0)