Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Файловые Утилиты    >>    qdir
   
 
 QDIR - Print The Directory Listing with Attributes   Rick Housh 21.05.1988

Program QuickExtendedDirectory provides a directory listing with attributes and age of file in days shown.



5k 
 

Program QuickExtendedDirectory; Directory listing with attributes and age of file in days shown. See Procedure DisplaySyntax for instructions and command line switches. This program is intentionally designed to work and look as much like the Dos DIR command as possible, except it displays the following additional information: 1) The file attribute, where 'R' means read-only, 'S' means system, 'H' means hidden, and 'A' means the archive bit is set. 2) The age of the file in days. Its default (opposite of DIR) is paged mode, wherein it stops every screenful and waits for a keypress. This may be changed with the /p switch. It also, like DIR, defaults to a one file per line format. This may be changed with the /w switch, but no age in days is shown in this mode. Placed in the public domain Rick Housh CIS PIN 72466,212