FileDataSource class

FileDataSource class

Represents file data source for load and save operations of a plugin.

The FileDataSource type exposes the following members:

Constructors

ConstructorDescription
initInitializes new file data source with the specified path.

Properties

PropertyDescription
data_typeType of data source (file).
pathGets the path to the file of the current data source.

See Also