ShopToolsUtilGetFileExtension Method
Return the file extension of the provided filename.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static string GetFileExtension(
string filename
)
Public Shared Function GetFileExtension (
filename As String
) As String
No code example is currently available or this language may not be supported.
- filename String
-
The filename for which the extension will be returned.
String
The extension portion of the provided filename, including the dot.
This version of the method interprets all dots in the name as being
included in the file extension, providing for the multi-extension
concept.