#How to create a .file
or .folder
on Windows
There are several ways
- Create
file.txt
- Rename to
.file.
, the last dot will be dropped, you'll have.file
Works the same with a file or a directory.
File : echo > .name
Directory : mkdir .foldername
- Create a new text document and edit with Notepad
- When saving, enter
.file
as a name and select All files (*.*) as file type
Thanks! Love number (1): Microsoft developer makes dumb decision (making Windows Explorer validation broken for dot files that NTFS actually supports), compounds with dumb bug that defeats original dumb validation decision.
Take pride in your work, and do work you can be proud of.
Why this is still not fixed in Windows 10 1803 I can't imagine.