Navigation :
folderUrl
folderUrl, function
def pure folderUrl(path: text): text
Returns a URL that opens the file explorer on the folder at path.
path: folder path in the Lokad file explorer.
Examples
show scalar "Folder URL" with folderUrl("/input")
Output: a URL string that opens the /input folder in the file explorer.
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