drop_directory_prefix
drop_directory_prefix(prefix, path):
LLM Docstring
Return path with the leading portion it shares with prefix removed.
prefix:Anythe prefix path
path:Anythe path to trim
:returns:_the path relative to the shared prefix