You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functions/File/fileCreate.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ shared: &shared
12
12
It is important to remember to close a file after you've finished all your operations on it, especially if you've been writing to the file. If you don't close a file and your resource crashes, all changes to the file may be lost.
13
13
oop:
14
14
entity: file
15
+
static: true
15
16
method: new
16
17
description: Creates a new file in a directory of a resource. If there already exists a file with the specified name, it is overwritten with an empty file.
<code>{oop_constructor.oop.constructorclass}(...)</code> is the constructor method for the <code>{element_name}</code> class (<ahref={oop_constructor.link}>{oop_constructor.name}</a>).
18
+
{oop_constructor.oop.constructorclass}(...) is the constructor method for the <code>{element_name}</code> class (<ahref={oop_constructor.link}>{oop_constructor.name}</a>).
19
19
</p>
20
20
</section>
21
21
)}
@@ -25,30 +25,22 @@ let oop_constructor = oop_compatible_functions.find(func => func.oop.constructor
25
25
<h4><ahref="/OOP_Introduction">OOP</a> Methods and Variables</h4>
0 commit comments