Class FileSaveTarget

FileSaveTarget class

Represents file save target for a plugin.

public class FileSaveTarget : ISaveTarget

Constructors

NameDescription
FileSaveTarget(string)Initializes new file save target with specified path.

Properties

NameDescription
Path { get; }Gets the path to the file of current save target.
SaveTarget { get; }Type of the save target (file).

See Also