PtFileSelItem

PtFileSelItem -- an item in a PtFileSel.

Synopsis

class PtFileSelItem
{
    fullpath;     // string
    opened;       // short
    otherinfo;    // string
    root;         // short
    type;         // short
}
		

Description

This class is an item in a PtFileSel.

Also see PtFileSel in the Photon documentation.

Instance Variables

fullpath

A string specifying the item's pathname.

opened

This variable indicates whether or not the children of the directory have been allocated, and can have one of the following values.

otherinfo

A string that holds other information.

root

A number indicating whether this item is the root directory. 1 means yes, 0 means no.

type

This variable indicates the type of item, and can have one of the following values.

Associated Classes

PtFileSel

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.