WeaverEditorUtilities.

GetPathWithoutExtension(string) Method

Summary

Returns a copy of the `path` with the file extension removed from the end and caches the result.
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
WeaverEditorUtilities

Syntax

public static string GetPathWithoutExtension(string path)

Parameters

Name Type Description
path string

Return Value

Type Description
string