ModulesFs ModuleMelon.std.fs.copyFile(path)On this pageMelon.std.fs.copyFile(path)Copy the specified file to the specified target.Status: stable Returns: voidParametersNameTypeDescriptionpathstringThe target pathExample usageconst { copyFile } = Melon.fs;copyFile("./hi.text", "./myDirectory/hi.txt");