WeaverUtilities.

GetFileExtensionIndex(string) Method

Summary

Gets the index of the '.' at the start of the file extension of `path` (or -1 if it has no file extension).
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static int GetFileExtensionIndex(string path)

Parameters

Name Type Description
path string

Return Value

Type Description
int