FileEvent

Defines a file event (save, open, etc.)

Constructors

this
this(Object sender, SourceType srcType, string path, string filename, string extension)

Default CTOR

Members

Functions

getFullPath
string getFullPath()

Returns the full path.

Variables

extension
string extension;

The selected file extension.

filename
string filename;

The name of the target file.

path
string path;

The path where the file is found or being written to.

Inherited Members

From Event

sender
Object sender;

The origin of the event

aux
Object aux;

Auxilliary event data (secondary sender, selection, etc) Type can be checked with classinfo.

type
EventType type;

The type of this event

srcType
SourceType srcType;

The type of the sender

Meta