Skip to content

How to create a .file or .folder on Windows. There are several ways. 1. Rename. Create file.txt; Rename to .file. , the last dot will be dropped, you'll have .file

Notifications You must be signed in to change notification settings

developersahab/windows-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#How to create a .file or .folder on Windows

There are several ways

1. Rename

  • 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.

2. Command line

File : echo > .name
Directory : mkdir .foldername

3. With Notepad

  • Create a new text document and edit with Notepad
  • When saving, enter .file as a name and select All files (*.*) as file type

About

How to create a .file or .folder on Windows. There are several ways. 1. Rename. Create file.txt; Rename to .file. , the last dot will be dropped, you'll have .file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published