Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

ODXSQL

Commands

Syntax

Options

Example

 

ODXSQL

Special Characters

USE Files

Commands

CREATE DIRECTORY

Create a system directory.

 

Syntax

CREATE DIRECTORY directory [WITH options]

CREATE DIRECTORY
Required

directory
Required. The directory to be created.

WITH options
Optional. A comma separated list of options to apply to this command.

 

Options

There are currently no options available for the CREATE DIRECTORY command. Support for WITH options was added for future enhancements.

 

Example

> dir
.odxsql_history
ffl\
ssv\

...

> create directory test
Directory test created

> dir
.odxsql_history
ffl\
ssv\
test\

...

 

Top