Quote:
Originally Posted by frostschutz
Okay, for reasons strange and mysterious, it appears that in Windows, in order to create a folder that starts with a . you also have to put an extra . at the end of the name. So creating a ".autoshelf-uninstall." folder actually gives you an ".autoshelf-uninstall" without . at the end. I don't even want to know the reason for that.
Alternatively open a command prompt (cmd) and 'mkdir X:\.autoshelf-uninstall' (replace X with the drive letter your kobo got)
|
Windows look for a dot for read the extension. If you put ".something" Windows read "no_name.something" and ask for a name for file. Windows accept multiple dots in a name, but only the last dot is used for extension, so if you write ".something." Windows read ".something.no_extension" and then you can't see the last dot but yes for the others.