Skip to content

Automatically rename files ending with char '.' and space when copying to NTFS and FAT filesystem.

StarShot requested to merge Football135/nautilus:work_1716 into master

nautilus-file-operations.c: Automatically rename files ending with char '.' and ' ' char on NTFS and FAT filesystem.

When copying or moving files ending with char '.' and ' ' char on NTFS and FAT FS, an invalid filename error message is displayed. To fix this last char is compared with '.' and ' ' char in fat_str_replace, if true the char is replaced.

#1716

Merge request reports