I have tried searching similar questions, but I can't seem to find an answer. I did this:
C:\>ls "Z:\sdcard_01042024\Documents"PersonalDictionary-5017874512062546891.zipC:\>mv Z:\sdcard_01042024\Documents\* ../*: cannot stat 'Z:\sdcard_01042024\Documents\*': No such file or directoryC:\>mv Z:\sdcard_01042024\Documents\ ../C:\>ls "Z:\sdcard_01042024\Documents"ls: cannot access 'Z:\sdcard_01042024\Documents': No such file or directoryC:\>ls "Z:\sdcard_01042024"3639-6631 sdcardI thought that maybe I moved the Documents folder to the root Z drive or C drive, but it doesn't appear to be in either place. Did I inadvertently delete it somehow? I was attempting to move the contents of Documents one step higher in the directory tree.