-3

Every time I need to create a text file in Windows I usually right-click inside a folder and select for any option from shortcut to a zip file and rename it's extension to ".txt" (I know that some of these options create garbage inside the txt but this is not a problem for me):

enter image description here

But for some reason if I try to do the same by creating a folder and rename it to "something.txt", it holds the folder format just staying as a folder:

enter image description here

Why this hapends and why I can't turn a folder into a txt or another file in Windows systems?

PS: If I could turn a folder into a file it would be much easier to create a txt file by pressing "Ctrl+Shift+N" renaming it to "file.txt". By the way, is there some keyboard shortcut that could help me to create a file?

Diogo
  • 30,192
  • 65
  • 150
  • 222

1 Answers1

8

On Windows, a "folder" is a container of "files".

They are two different things and one cannot be changed into the other, especially not by just adding .TXT to the name. :)

More info: Definition of: files vs. folders

is there some keyboard shortcut that could help me to create a file?

See this other SU question: Is there a shortcut for creating a new file?

Ƭᴇcʜιᴇ007
  • 111,883
  • 19
  • 201
  • 268