Searched refs:Fullpath (Results 1 – 1 of 1) sorted by relevance
610 def GetRelativePath(Fullpath, Workspace): argument614 RelativePath = Fullpath[Fullpath.upper().find(Workspace.upper())+len(Workspace):]616 RelativePath = Fullpath[Fullpath.upper().find(Workspace.upper())+len(Workspace)+1:]