Home | History | Annotate | Download | only in Common

Lines Matching refs:Path2

783 def GetRelPath(Path1, Path2):

784 FileName = os.path.basename(Path2)
786 L2 = os.path.normpath(Path2).split(os.path.normpath('/'))