<iter> = <Path>.glob(<spanclass="hljs-string">'<pattern>'</span>) <spanclass="hljs-comment"># Returns Paths matching the wildcard pattern.</span>
</code></pre>
<pre><codeclass="python language-python hljs"><str> = str(<Path>) <spanclass="hljs-comment"># Returns path as a string.</span>
<pre><codeclass="python language-python hljs"><str> = str(<Path>) <spanclass="hljs-comment"># Returns path as str. Also <Path>.as_uri().</span>
<file> = open(<Path>) <spanclass="hljs-comment"># Also <Path>.read/write_text/bytes(<args>).</span>