AT2k Design BBS Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages! You are not logged in. Login here for full access privileges. |
Previous Message | Next Message | Back to Computer Support/Help/Discussion... <-- <--- | Return to Home Page |
|
||||||
From | To | Subject | Date/Time | |||
Sean Dennis | Shawn Highfield | Re: Directory Contents in pascal |
October 30, 2024 9:06 PM * |
|||
SH> T> Does anyone have an example of pascal source code to just display the I asked Microsoft Copilot your question and it gave me this: program ListDirectory; uses Dos; var SR: SearchRec; begin Writeln('Directory contents:'; FindFirst('*.*', Archive, SR); while DosError = 0 do begin Writeln(SR.Name); FindNext(SR); end; end. It seems to work here okay. -- Sean --- MBSE BBS v1.1.0 (Linux-x86_64) * Origin: Outpost BBS * Johnson City, TN (618:618/1) |
||||||
|
Previous Message | Next Message | Back to Computer Support/Help/Discussion... <-- <--- | Return to Home Page |
Execution Time: 0.0186 seconds If you experience any problems with this website or need help, contact the webmaster. VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved. Virtual Advanced Copyright © 1995-1997 Roland De Graaf. |