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
<Path> = <Path>.parent <spanclass="hljs-comment"># Returns path without final component.</span>
1456
-
<file> = open(<Path>) <spanclass="hljs-comment"># Opens a file and returns file object.</span>
1456
+
<file> = open(<Path>) <spanclass="hljs-comment"># Opens the file and returns a file object.</span>
1457
1457
</code></pre>
1458
1458
<div><h2id="commandexecution"><ahref="#commandexecution" name="commandexecution">#</a>Command Execution</h2><div><h3id="filesanddirectories">Files and Directories</h3><ul>
1459
1459
<li><strong>Paths can be either strings, Paths, or DirEntry objects.</strong></li>
0 commit comments