File.parent
parent
Group: Metadata
Documentation
Resolves the parent filesystem node of this file. The root directory has no parent, so this method will return Nothing
. If the file is a relative path, the parent will be resolved relative to the current working directory.
Examples
Get the parent file of a file.
import Standard.Examples
example_parent = Examples.csv.parent