拼接标准路径
Rest
0.1.0
foo, bar, yoo
const targetPath = _.createPath(_.pathDesktop.fsName, "Soil.txt");alert(targetPath);// 结果:弹窗内容显示完整文件路径。 Copy
const targetPath = _.createPath(_.pathDesktop.fsName, "Soil.txt");alert(targetPath);// 结果:弹窗内容显示完整文件路径。
拼接标准路径