Searched refs:pathFile (Results 1 – 1 of 1) sorted by relevance
24 const pathFile = path.join(tmpDir, 'new-file'); constant25 fs.symlink(targetFile, pathFile, common.mustSucceed(() => {26 assert(fs.existsSync(pathFile));