Skip to content

ScriptFile.Path property

Gets or sets the path to the file. Should start with "./" corresponding to the plugin folder.

public string? Path { get; set; }

Property Value

The path.

See Also