Navigation :
fileUrl
fileUrl, function
def pure fileUrl(path: text): text
Returns a URL that opens the file explorer on the folder containing path.
path: file path in the Lokad file explorer.
Examples
show scalar "File URL" with fileUrl("/files/report.pdf")
Output: a URL string that opens the file explorer and highlights the file.
This function is intended for internal tooling; most end users do not have file
explorer access. It is not available on
try.lokad.com.
See also