fileUrl

fileUrl, function

def pure fileUrl(path: text): text

Returns a URL that opens the file explorer on the folder containing path.

Examples

show scalar "File URL" with fileUrl("/files/report.pdf")

Output: a URL string that opens the file explorer and highlights the file.

Remarks

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

User Contributed Notes
0 notes + add a note