folderUrl

folderUrl, function

def pure folderUrl(path: text): text

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

Examples

show scalar "Folder URL" with folderUrl("/input")

Output: a URL string that opens the /input folder in the file explorer.

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