5.0.04.0.3
Reading changes from the repo…
fs.copyFile
and fs.copyFileSync
, enhancing the reliability and speed of file operations. copy()
function by allowing filters to return a Promise, providing more flexibility in file copying scenarios. copy()
function, ensuring that the process is more efficient before starting the copy operation. copy()
function to create the destination parent directory only when necessary, based on user-defined filter conditions, leading to cleaner directory structures. copySync
function to ensure it matches the behavior of the copy()
function, resolving multiple related issues. copyFileFallback
function to enhance file copying reliability.