<li><code>(file-stat [filepath: string])</code>: <code>assoc list</code> The associative list will have the following keys: <code>name</code>, <code>size</code>, <code>mode</code>, <code>mod-time</code>, <code>is-dir?</code>. <code>mode</code> will be in decimal as a number and can be converted to an octal string with <code>number->string</code>. <code>size</code> is in bytes.</li>