home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.comp.os.windows-11      Steaming pile of horseshit Windows 11      4,852 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 4,800 of 4,852   
   =?UTF-8?B?Li4ud8Khw7HCp8KxwqTDsQ==? to micky   
   Re: Did you know how to display files in   
   22 Feb 26 14:58:24   
   
   XPost: alt.comp.os.windows-10   
   From: winstonmvp@gmail.com   
      
   On 2/22/2026 1:51 PM, micky wrote:   
   > FYI   
   >   
   > Did you know: That no file manager with a GuI will display files in a   
   > directory in the order they are written onto the media?  And that no   
   > option in CMD will do this either?   
   >   
   > (I really don't understand Powershell or its role. Will anything in   
   > Powershell do this?)   
   >   
      
      
   --   
   ...w¡ñ§±¤ñ   
      
   Powershell examples:   
      
   Ascending Order (oldest first):   
   powershell   
   Get-ChildItem | Sort-Object CreationTime   
      
   or using the 'dir' alias   
   dir | sort CreationTime   
   -----------   
   Descending Order (newest first):   
   powershell   
   Get-ChildItem | Sort-Object CreationTime -Descending   
      
   or using the 'dir' alias   
   dir | sort CreationTime -Descending   
   ----------   
      
   Filter for Files Only   
   powershell   
   Get-ChildItem -File | Sort-Object LastWriteTime -Descending   
   ----------   
      
   Note: Powershell date related objects for file system objects   
   CreationTime   
   LastWriteTime (Modified date)   
   LastAccessTime (Last time the file was opened or accessed)   
      
      
   Optionally for File Explorer when a file is created is has columns for   
   viewiing such as creation date,  modified date and date last saved.   
     => last saved *is not* the time last copied to the media.   
      
   Open File Explorer to a folder with files, ensure the Date last saved   
   column is enabled.....then look, you should be able to figure out 'last   
   saved' meaning.   
      
      
     File Explorer's GIU provides both   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca