Skip to content

fs.move does not support mixed case filenames on windows #344

Open
@simonm3

Description

@simonm3

Windows files are not case sensitive but the filenames do store capital letters. Hence when trying to make a filename lower case "move" won't work because the new file already exists. Workaround is to move it twice but maybe that should be part of the fs.move or there should be an fs.rename.

Metadata

Metadata

Assignees

Labels

taskthings to do

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions