Searched refs:folderPath (Results 1 – 4 of 4) sorted by relevance
105 const folderPath = "/a/b/projects/temp"; constant107 path: `${folderPath}/a.ts`,118 projectRootPath: folderPath125 path: `${folderPath}/node_modules/@types/pad/index.d.ts`,
225 const folderPath = "/user/someuser/projects/someFolder"; constant231 path: `${folderPath}/src/somefile.d.ts`,248 projectRootPath: useProjectRoot ? folderPath : undefined
654 HRESULT CCodecs::LoadDllsFromFolder(const FString &folderPath) in LoadDllsFromFolder() argument656 if (!NFile::NFind::DoesDirExist_FollowLink(folderPath)) in LoadDllsFromFolder()663 FString folderPrefix = folderPath; in LoadDllsFromFolder()675 AddLastError(folderPath); in LoadDllsFromFolder()
650 deleteFolder(folderPath: string, recursive?: boolean) {651 const path = this.toFullPath(folderPath);