up_folder(input_path, steps)
Returns the input_path where we removed the deepest folders, N times. Previously named UpFolder
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input_path |
str |
DESCRIPTION. |
required |
steps |
int |
N * stemps is the number of folders removed from the base of the path. |
required |
Returns:
Type | Description |
---|---|
TYPE |
DESCRIPTION. |