DISC

Contents | What's New | Quick Links

 

ODXSQL Commands

Introduction

Software Installation

Concepts and Design

Designing Applications

Omnidex Environments

SQL Reference

Omnidex API's

Utilities

Interfaces

Performance Guide

Troubleshooting Guide

Appendix

 

 

DIR

 

DIR [fileset] [WITH options]

The DIR command displays the contents of the directory.

 

 

Syntax

DIR [fileset] [WITH options]

DIR

Required.

 

Syntax

Example

Options

Commands

ODXSQL

SQL Reference

fileset

Optional. The fileset parameter can contain the fully qualified directory to be displayed, a reference to a directory relative to the current working directory, or nothing. If omitted, the contents current working directory will be displayed.

WITH options

Optional. There are currently no options that can be used in the WITH options clause. Support was added for future releases.

top

 

Example

No fileset specified

c:\omnidex\demodata> odxsql orders.env
>dir
.odxsql_history
activity.flat
...
12 files in 1 directory 19,576 bytes

Fully qualified fileset specified

>dir c:\logs
c:\logs\HW1.txt
c:\logs\trace.log

2 files in 1 directory 4,439 bytes

Fileset relative to current working directory (c:\omnidex\demodata).

>dir ..\..\logs
..\..\logs\HW1.txt
..\..\logs\trace.log

2 files in 1 directory 4,439 bytes

top

 

Options

There are currently no options that can be used in the WITH options clause. Support was added for future releases.

 

 

top

Dynamic Information Systems Corporation - Omnidex Version 3.8 Build 6 J15.03-Copyright © 2003

DISC | Documentation Home