Home
last modified time | relevance | path

Searched refs:destinationFullPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/vendoring/devmenu/steps/
H A DCopyFiles.ts96 const destinationFullPath = path.join(this.to, relativeFilePath); constant
98 await fs.mkdirs(path.dirname(destinationFullPath));
99 return await fs.copy(file, destinationFullPath);