Produced by IDL 7.1.1
Developer Documentation

./toolbox/io
io__define.pro

Last modification date:
Wed Sep 28 13:27:14 2016

All io objects inherit from this 'abstract' base class. See UML for all IO Classes

Fields Summary
VERSION
string
string to hold version number for I/O

Routine Summary  4 routines

procedure io__define

All io objects inherit from this 'abstract' base class.

function IO::init()

private

Class Constructor - version number set here

function IO::file_exists(file_name)

Checks if file exists

function IO::get_version()

Retrieves this objects version number

Routine Details

io__define

procedure io__define

All io objects inherit from this 'abstract' base class. See UML for all IO Classes

IO::init private

function IO::init()

Class Constructor - version number set here

IO::file_exists

function IO::file_exists(file_name)

Checks if file exists

Returns
0,1
Uses
file_info

Parameters
file_name
.

IO::get_version

function IO::get_version()

Retrieves this objects version number

Returns
version number


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:27 2016