Skip to content

Document GetScriptPath  #137

@seesharper

Description

@seesharper

Document workaround/solution to getting the script path (#121)

public static string GetScriptPath([CallerFilePath] string path = null) => path;

alternatively just

static string GetScriptPath([CallerFilePath] string path = null) => path

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions