Searched refs:destinationFullPath (Results 1 – 1 of 1) sorted by relevance
96 const destinationFullPath = path.join(this.to, relativeFilePath); constant98 await fs.mkdirs(path.dirname(destinationFullPath));99 return await fs.copy(file, destinationFullPath);