View Single Post
Old 04-29-2022, 04:35 PM   #237
Pjama
Guru
Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.Pjama ought to be getting tired of karma fortunes by now.
 
Pjama's Avatar
 
Posts: 733
Karma: 2347200
Join Date: Apr 2016
Location: TX
Device: Scribe and Libra Colour
Quote:
Originally Posted by madars View Post
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.
Thanks so much - I just created it using an extra dot at the end and that worked to give me .demo

Pjama is offline   Reply With Quote