Skip to content

Cannot move file to change case on case insensitive fs #759

@wmertens

Description

@wmertens

When calling move() it checks if the destination exists, and if it does it refuses to call rename. This means you can't change the case on a case-insensitive file system.

Fs-extra should check that the destination has the same inode before refusing to move.

if (destExists) return cb(new Error('dest already exists.'))

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions