6.0.05.0.0
Reading changes from the repo…
copy
and copySync
functions, which now check for case-insensitive paths to ensure accurate copying. This enhancement helps prevent errors when working with files that may have similar names but different cases. move
function, now rewritten to utilize fs.rename
. This change aims to resolve issues related to inconsistent error codes across different operating systems. copy
and copySync
functions no longer overwrite source and destination paths, preventing unintended side effects during file operations. copy
and copySync
functions have been refactored for improved readability and consistency, making it easier to understand how to use them effectively. copy
functions, ensuring better reliability in various scenarios. isSrcSubdir
function incorrectly identifies source and destination paths, ensuring accurate copying behavior when the source is a subdirectory of the destination. preserveTimestamps
option in the copy
functions to ensure consistent results across different operating systems. fs-filesystem
library in the documentation, providing users with additional resources for file system operations.