View Single Post
Old 04-29-2022, 03:27 PM   #234
madars
Junior Member
madars began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2022
Device: Kindle Voyage
Quote:
Originally Posted by Pjama View Post
I also tried using cd then mkdir but this didn’t work either
Did mkdir return an error, or is it that you don't see the directory in Windows Explorer? E.g. would the directory appear if you do dir? Maybe try escaping it, i.e., mkdir ".demo". Alternatively, you could try renaming a directory, e.g. "demo" (with no dot) using ren or Windows Explorer. StackOverflow thinks that for the latter you want to add an extra dot at the end, i.e., rename it to ".demo." and Windows would strip the trailing dot.
madars is offline   Reply With Quote