Searched refs:sepIndex (Results 1 – 1 of 1) sorted by relevance
103 const sepIndex: number = dirPath.lastIndexOf('/'); constant104 if (sepIndex >= 0) {105 return dirPath.slice(0, sepIndex + 1);