Searched refs:SplitPath (Results 1 – 2 of 2) sorted by relevance
82 procedure SplitPath(Path: string; var Dirs: TStringList);105 end; // procedure SplitPath144 SplitPath(OldPath, Dirs);
63 def SplitPath(path): function84 return posixpath.join(*SplitPath(path))