How to write a program to create a folder with no name | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to write a program to create a folder with no name

2nd Feb 2017, 12:38 AM
Rushikesh Jaisur
Rushikesh Jaisur - avatar
2 Answers
+ 8
I didn't even know that was possible, on Windows
2nd Feb 2017, 12:53 AM
Ahri Fox
Ahri Fox - avatar
+ 2
It isn't possible to actually have a folder with no name, since the name specify the address of that directory but you can somehow name it with empty ascii characters, so that your folder seems to has no name. there are many blank characters but you may use: alt+255 (rename folder, while alt key is pressed, type 255, press enter.) p.s. you can copy this character to use in your code, etc.
2nd Feb 2017, 1:40 AM
Mehrad Aria
Mehrad Aria - avatar