Parent(
path:path,
[int:levels]
)
→ path
Returns the parent of the specified path (i.e. the input path with the final component removed).
The optional levels argument lets you go up more than one level.
Example:
Output(Parent("C:\one\two\file.jpg")); --> C:\one\two