Quote:
Originally Posted by madars
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