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
The file name without extension.