Skip to content

Method GetFileNameWithoutExtension

Namespace: Belay.Sync
Assembly: Belay.Sync.dll

GetFileNameWithoutExtension(string)

Gets the file name without its extension.

csharp
public static string GetFileNameWithoutExtension(string path)

Parameters

path string

The path to get the file name from.

Returns

string

The file name without extension.

Released under the Apache License 2.0.