Windows 10: DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist

Discus and support DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist in Windows 10 Software and Apps to solve the problem; I have a USB connected drive with 3 folders in its root directory. One folder, “My Backups” has several large files and works perfectly normally.The... Discussion in 'Windows 10 Software and Apps' started by Ejon45, Dec 29, 2021.

  1. Ejon45 Win User

    DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist


    I have a USB connected drive with 3 folders in its root directory. One folder, “My Backups” has several large files and works perfectly normally.The other two folders are empty and have the names “21_04_18b" and “21_04_18bbCD” where the b’s represent blanks. I have no idea why both names contain one extra blank.The DIR&n

    :)
     
    Ejon45, Dec 29, 2021
    #1
  2. Kari Win User

    dir Difficulties

    DIR uses whatever time definition you tell it to use. Following command would list all files and folders in X:\Downloads in order they have been created:

    dir X:\Downloads /t:c


    DIR is fully capable to sort files and folders. Following command would list all files in X:\Downloads, oldest first:

    dir X:\Downloads /o:d

    The minus sign before a parameter reverses the results, so the following command would list the same folder in reversed order, newest first:

    dir X:\Downloads /o:-d

    You can also combine switches. Following command would list all files and folders in X:\Downloads and all its subfolders (the /s switch), listing them in newest first based on time of file / folder creation:

    dir X:\Downloads /s /o:-d /t:c
     
  3. How to specify folders' viewing preferences in Q-Dir ?

    Hi,

    I'm using Q-Dir 7.35 as an alternative to File Explorer.

    I would like to know how to save viewing preferences for each folder I open with Q-Dir (or with File explorer, for that matter).

    For example, the <Fish> folder would open in Q-Dir (or File Explorer) with Small Icons all listed alphabetically, while the <Olifant> folder would be displayed with Large Icons while organized by file types (jpg, pdf, text files, etc.)

    I hope I'm making sense *Huh.
     
    Bourgeoisbonobo, Dec 29, 2021
    #3
  4. DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist

    dir Difficulties

    I am getting the hang of this command set.

    Maybe somebody know a work around that will list the three time stamps at one time.
    Theoretically dir /TC /TA /TW.
    dir will only show one of the three at one time.

    To me it seems that the only way to get all three on a line is to run loop with output to file, then boiling down the three outputs to one line. Clumsy but maybe the only way to get the job done?

    Thanks for any suggestions.
     
    mikeincousa, Dec 29, 2021
    #4
Thema:

DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist

Loading...
  1. DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist - Similar Threads - DIR Explorer shows

  2. Why do I have 2 'Documents' folders in my File Explorer ?

    in Windows 10 Gaming
    Why do I have 2 'Documents' folders in my File Explorer ?: Hi, Why do I have 2 'Documents' folders in my File Explorer ? https://imgur.com/M2snYEkOne is going to: > xxx - Personal > Documentsbut in reality it is: C:\Users\chris\OneDrive\Documentshttps://imgur.com/a/wpURfioand the other one is going to: > xxx - Personal > Desktop >...
  3. Why do I have 2 'Documents' folders in my File Explorer ?

    in Windows 10 Software and Apps
    Why do I have 2 'Documents' folders in my File Explorer ?: Hi, Why do I have 2 'Documents' folders in my File Explorer ? https://imgur.com/M2snYEkOne is going to: > xxx - Personal > Documentsbut in reality it is: C:\Users\chris\OneDrive\Documentshttps://imgur.com/a/wpURfioand the other one is going to: > xxx - Personal > Desktop >...
  4. BING AI ISSUES, TELL ME IF YOU ARE HAVING THEM

    in Windows 10 Ask Insider
    BING AI ISSUES, TELL ME IF YOU ARE HAVING THEM: I was banned from MS rewards for no apparent reason, I don’t even use it. I now want bing AI but I can’t sign up for it because I am banned from a program I never use. I filled out the appeal form one month ago and I only got one email apologizing for the high workload they...
  5. DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist

    in Windows 10 Network and Sharing
    DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist: I have a USB connected drive with 3 folders in its root directory. One folder, “My Backups” has several large files and works perfectly normally.The other two folders are empty and have the names “21_04_18b" and “21_04_18bbCD” where the b’s represent blanks. I have no idea...
  6. DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist

    in Windows 10 Gaming
    DIR & Explorer shows I have 2 folders. Any attempt use them tells me they do not exist: I have a USB connected drive with 3 folders in its root directory. One folder, “My Backups” has several large files and works perfectly normally.The other two folders are empty and have the names “21_04_18b" and “21_04_18bbCD” where the b’s represent blanks. I have no idea...
  7. My web credentials do not show any saved sights of passwords I have them and use them in edge.

    in Windows 10 Customization
    My web credentials do not show any saved sights of passwords I have them and use them in edge.: I know you can look at your saved passwords in password manager but mine do not show any saved sights of passwords I have them and use them in edge. I could see them on my old computer using windows 10 but on both my new HP laptops nothing shows up. I do have saved password...
  8. unable to rename any file or folder showing me file or folder does not exist

    in Windows 10 Network and Sharing
    unable to rename any file or folder showing me file or folder does not exist: I'm unable to rename my file or folder in window 10 every time I'm getting a message like "the file or folder does not exist" please help me ASAP!!...
  9. Existing folders not showing

    in Windows 10 Network and Sharing
    Existing folders not showing: On my WD MyCloud external hard drive I have folders stored as well as a WD Smartware backup. I need to delete these backup files because of space issues and yes they are backed up on another cloud as well , but am unable to see the folders let alone access them. How do I...
  10. DIR list to text list folders but not what is in them.

    in Windows 10 Support
    DIR list to text list folders but not what is in them.: Is there a way with DIR command line via CMD or power shell to list the contents of a directory but exclude the contents of the folders and generate a a bare list(location name only). Just list the files and folders? 77487