Skip to content

Do not interpret name as hidden file or file path

Alexander Lohnau requested to merge work/fix_hidden_files_and_paths into master

As described in BUG: 407944, the key is used for the filename.

If this starts with a dot the file will be empty and not parsed.

Also you can enter a path, which will also lead to incorrect parsing.

Screenshot_20200612_190155

Merge request reports