
- Rexx Tutorial
- Rexx - Home
- Rexx - Overview
- Rexx - Environment
- Rexx - Installation
- Rexx - Installation of Plugin-Ins
- Rexx - Basic Syntax
- Rexx - Datatypes
- Rexx - Variables
- Rexx - Operators
- Rexx - Arrays
- Rexx - Loops
- Rexx - Decision Making
- Rexx - Numbers
- Rexx - Strings
- Rexx - Functions
- Rexx - Stacks
- Rexx - File I/O
- Rexx - Functions For Files
- Rexx - Subroutines
- Rexx - Built-In Functions
- Rexx - System Commands
- Rexx - XML
- Rexx - Regina
- Rexx - Parsing
- Rexx - Signals
- Rexx - Debugging
- Rexx - Error Handling
- Rexx - Object Oriented
- Rexx - Portability
- Rexx - Extended Functions
- Rexx - Instructions
- Rexx - Implementations
- Rexx - Netrexx
- Rexx - Brexx
- Rexx - Databases
- Handheld & Embedded
- Rexx - Performance
- Rexx - Best Programming Practices
- Rexx - Graphical User Interface
- Rexx - Reginald
- Rexx - Web Programming
- Rexx Useful Resources
- Rexx - Quick Guide
- Rexx - Useful Resources
- Rexx - Discussion
Rexx - dir Command
This command is used to return the entire directory listing.
Syntax
dir
Parameters
None
Return Value
The entire directory listing.
Example
/* Main program */ say dir
An example of the output is shown below.
Output
29/10/2015 08:45 <DIR> Apps 11/06/2009 01:42 24 autoexec.bat 11/06/2009 01:42 10 config.sys 10/03/2016 09:09 <DIR> Data 25/05/2015 00:33 <DIR> Intel 14/07/2009 06:37 <DIR> PerfLogs 26/06/2016 08:28 <DIR> Program Files 26/06/2016 08:25 <DIR> Temp 04/05/2016 09:44 <DIR> Users 05/07/2016 14:59 <DIR> Windows 3 File(s) 34 bytes 11 Dir(s) 34,439,139,328 bytes free
rexx_brexx.htm
Advertisements