Index of ${ name.split("/").map((path, index, array) => { if (path === "") return ""; const link = array.slice(0, index + 1).join("/"); return `${ path }`; }).join("/") }

${ files.map((file) => ` `).join("") }
Name Size Poster Last Modified Date
${ file.name } ${ prettyBytes(file.size) } ${ file.poster } ${ new Date(file.lastModified).toUTCString() }