Method GetExtension
Namespace: Belay.Sync
Assembly: Belay.Sync.dll
GetExtension(string)
Gets the extension of the specified path.
csharp
public static string GetExtension(string path)
Parameters
path
string
The path to get the extension from.
Returns
The file extension including the dot, or empty string if no extension.