Windows explorer not recognizing filenames with periods -for example " .foldername "

thetryal

Member
Aug 22, 2012
12
1
0
Visit site
I have plugged my usb from my note 2 into my laptop and opened File explorer. I have allot of files with periods before their name and file explorer is not recognizing them.

for example - " .filename " or " .foldername "

is there a setting or something im missing? how do I get windows to "see" these folders?
 

JRDroid

Well-known member
Nov 12, 2012
1,483
0
0
Visit site
From command prompt, navigate to the folder above the folders that have leading "." then type the command:

mkdir .foldername

Substitute the name of each folder for folder name. You will have to run this command once for each folder. Windows doesn't like leading "." in a folder name but Linux doesn't care.

Posted via Android Central App
 

sting7k

Well-known member
Jun 10, 2010
626
6
0
Visit site
I have plugged my usb from my note 2 into my laptop and opened File explorer. I have allot of files with periods before their name and file explorer is not recognizing them.

for example - " .filename " or " .foldername "

is there a setting or something im missing? how do I get windows to "see" these folders?

You have to remove the "." from the file name. That is not a valid character for naming files/folders in Windows.