Share via

Directory Missing!!!

Anonymous
2024-08-03T12:35:16+00:00

I moved a directory named "CPP_Problems_Striver" from Desktop to another folder in the Desktop named "Sanjay"

from a Command Terminal (Windows 10).

I used this command :

C:\Users\User\Desktop>move CPP_Problems_Striver \Sanjay.

I got a reply like : 1 dir(s) moved.

I tried to

But when I checked for the directory through the GUI, I can't find the folder named "CPP_Problems_Striver" in the "Sanjay" folder.

Can anybody help me to find the folder out and also correct me with the command

Windows for home | Windows 10 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Gokul A 770 Reputation points Independent Advisor
    2024-08-05T06:15:23+00:00

    Hi and thanks for reaching out. I'm Gokul, an Independent Advisor.

    Seems your issue has been resolved. Is there anything else I can help with you?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-08-03T18:11:01+00:00

    :) :) :)

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 81,805 Reputation points Independent Advisor
    2024-08-03T17:31:19+00:00

    You're most welcome, Sanjay. Glad the info helped.

    Regards,

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-08-03T17:30:47+00:00

    Thanks a lot Ramesh. My problem got solved. I think I missed that .\ part that's why the folder didn't get moved into the correct folder.

    Was this answer helpful?

    0 comments No comments
  5. Ramesh Srinivasan 81,805 Reputation points Independent Advisor
    2024-08-03T13:15:22+00:00

    Hi Sanjay, This is Ramesh.

    Your command would have moved the "CPP_Problems_Striver" folder contents to the "C:\Sanjay" directory.

    The correct command would have been one of the following:

    move CPP_Problems_Striver .\Sanjay

    (or)

    move CPP_Problems_Striver .\Sanjay\CPP_Problems_Striver

    (executed from the desktop directory.)

    Was this answer helpful?

    0 comments No comments