is_relative_to#

langchain_community.tools.file_management.utils.is_relative_to(path: Path, root: Path) bool[source]#

检查路径是否相对于根目录。

Parameters:
  • path (路径)

  • root (路径)

Return type:

布尔