CreateDir linux
Archives Forums/Linux Discussion/CreateDir linux| 
 | ||
| I am trying to create the following directory CreateDir("~~/.config/Ninjah",true)and it is not working. The CreateDir command returns false as well. am I missing something? Is ~~ the correct way of writing a ~ character? Ta! | 
| 
 | ||
| Aha CreateDir(getenv_("HOME")+"/.config/Ninjah")works |