Split-path - Function SummarySummary:Splits a file or URL path. Returns a block containing path and target. Usage:split-path target Arguments:target - The target argument. (must be: file url) Description:Returns a block consisting of two elements, the path and the file. Can be used on URLs and files alike.
Related:clean-path - Cleans-up '.' and '..' in path; returns the cleaned path.
| ||||
|