Closed Nikoleta-v3 closed 6 years ago
.gitignore
appears by just typing dir
.
As for the command rmdir
. As you can see if there are files within the folder you are getting a The directory is not empty.
message. You need to force it with the following command rmdir /s
.
@Nikoleta-v3 did you check that xcopy
(the command to copy a dir) works as described in https://vknight.org/rsd/chapters/01/? (Does it need a flag if the dir is not empty?)
nikoleta | no flag needed
@Nikoleta-v3 could you also check that the command to remove a directory (https://vknight.org/rsd/chapters/01/) works?